Skip to content

Commit 1049fc5

Browse files
committed
Version 1.0.1.0
1 parent ab4c9fd commit 1049fc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Specify version format
2-
version: "1.0.0.{build}"
2+
version: "1.0.1.{build}"
33

44
# Image to use
55
image: Visual Studio 2019

include/server/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ GitHub: https://github.com/chronoxor/CppServer
2828
namespace CppServer {
2929

3030
//! Project version
31-
const char version[] = "1.0.0.0";
31+
const char version[] = "1.0.1.0";
3232

3333
} // namespace CppServer
3434

0 commit comments

Comments
 (0)