We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271636f commit 8dd525bCopy full SHA for 8dd525b
.appveyor.yml
@@ -1,5 +1,5 @@
1
# Specify version format
2
-version: "1.0.1.{build}"
+version: "1.0.2.{build}"
3
4
# Image to use
5
image: Visual Studio 2019
include/common/version.h
@@ -29,7 +29,7 @@ GitHub: https://github.com/chronoxor/CppCommon
29
namespace CppCommon {
30
31
//! Project version
32
-const char version[] = "1.0.1.0";
+const char version[] = "1.0.2.0";
33
34
} // namespace CppCommon
35
0 commit comments