We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4c9fd commit 1049fc5Copy full SHA for 1049fc5
.appveyor.yml
@@ -1,5 +1,5 @@
1
# Specify version format
2
-version: "1.0.0.{build}"
+version: "1.0.1.{build}"
3
4
# Image to use
5
image: Visual Studio 2019
include/server/version.h
@@ -28,7 +28,7 @@ GitHub: https://github.com/chronoxor/CppServer
28
namespace CppServer {
29
30
//! Project version
31
-const char version[] = "1.0.0.0";
+const char version[] = "1.0.1.0";
32
33
} // namespace CppServer
34
0 commit comments