Skip to content

Commit

Permalink
Version bump in AV as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ebekker committed Dec 2, 2015
1 parent 75cffee commit 0893ac5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ACMESharp/shared/SharedAssemblyVersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
// ReSharper disable once InconsistentNaming
internal class ASMINFO
{

// DON'T FORGET TO UPDATE APPVEYOR.YML
// ReSharper disable once InconsistentNaming
public const string VERSION = "0.7.1";
}
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.7.0.{build}
version: 0.7.1.{build}
pull_requests:
do_not_increment_build_number: true
environment:
Expand Down

0 comments on commit 0893ac5

Please sign in to comment.