From f2287712c35a613b668ab81fcc11c5000fba58cf Mon Sep 17 00:00:00 2001 From: rexdf Date: Wed, 17 Jan 2018 03:41:15 +0800 Subject: [PATCH] 2.1.2 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 280d393..99035ef 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,7 +32,7 @@ before_build: - cmd: >- C:\Python36\Scripts\pip.exe install chardet pytz - C:\Python36\python.exe version_set.py %APPVEYOR_BUILD_NUMBER% 2 1 1 + C:\Python36\python.exe version_set.py %APPVEYOR_BUILD_NUMBER% 2 1 2 build: project: c:\projects\CommandTrayHost\CommandTrayHost.sln verbosity: minimal