Skip to content

Commit 8dd525b

Browse files
committed
Update version
1 parent 271636f commit 8dd525b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Specify version format
2-
version: "1.0.1.{build}"
2+
version: "1.0.2.{build}"
33

44
# Image to use
55
image: Visual Studio 2019

include/common/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ GitHub: https://github.com/chronoxor/CppCommon
2929
namespace CppCommon {
3030

3131
//! Project version
32-
const char version[] = "1.0.1.0";
32+
const char version[] = "1.0.2.0";
3333

3434
} // namespace CppCommon
3535

0 commit comments

Comments
 (0)