From 0893ac50c1ad9b934ce7ba713c7d6d4962ba32f2 Mon Sep 17 00:00:00 2001 From: Eugene Bekker Date: Wed, 2 Dec 2015 16:00:24 -0500 Subject: [PATCH] Version bump in AV as well --- ACMESharp/shared/SharedAssemblyVersionInfo.cs | 2 ++ appveyor.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ACMESharp/shared/SharedAssemblyVersionInfo.cs b/ACMESharp/shared/SharedAssemblyVersionInfo.cs index 60abd52f..eb22a46a 100644 --- a/ACMESharp/shared/SharedAssemblyVersionInfo.cs +++ b/ACMESharp/shared/SharedAssemblyVersionInfo.cs @@ -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"; } diff --git a/appveyor.yml b/appveyor.yml index a6f80a3e..7f49096c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.7.0.{build} +version: 0.7.1.{build} pull_requests: do_not_increment_build_number: true environment: