From c2eab8089f118e43d672aeb5acf676277b226c74 Mon Sep 17 00:00:00 2001 From: "Christopher J. McClellan" Date: Sun, 2 Sep 2018 08:05:57 -0400 Subject: [PATCH] Bump patch version Following renames fixes a bug in the way counts are aggregated. All interfaces, including the format of the text output are preserved. --- appveyor.yml | 2 +- src/gitnstats/gitnstats.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 53c5f23..2ae41dc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.1.0.{build} +version: 2.1.1.{build} pull_requests: do_not_increment_build_number: true image: Visual Studio 2017 diff --git a/src/gitnstats/gitnstats.csproj b/src/gitnstats/gitnstats.csproj index 8ffafb6..c8ff7e1 100755 --- a/src/gitnstats/gitnstats.csproj +++ b/src/gitnstats/gitnstats.csproj @@ -2,7 +2,7 @@ Exe netcoreapp1.1 - 2.1.0 + 2.1.1 GitNStats osx.10.12-x64