Skip to content

Commit

Permalink
Bump patch version
Browse files Browse the repository at this point in the history
Following renames fixes a bug in the way counts are aggregated.
All interfaces, including the format of the text output are preserved.
  • Loading branch information
rubberduck203 committed Sep 2, 2018
1 parent 7d0a552 commit c2eab80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/gitnstats/gitnstats.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp1.1</TargetFramework>
<Version>2.1.0</Version>
<Version>2.1.1</Version>
<RootNamespace>GitNStats</RootNamespace>
<RuntimeIdentifiers>
<RuntimeIdentifier>osx.10.12-x64</RuntimeIdentifier>
Expand Down

0 comments on commit c2eab80

Please sign in to comment.