Skip to content

Commit 7e2d3dd

Browse files
committed
Version 1.0.1.0
1 parent 959480d commit 7e2d3dd

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.0.{build}"
2+
version: "1.0.1.{build}"
33

44
# Image to use
55
image: Visual Studio 2019

include/trader/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ GitHub: https://github.com/chronoxor/CppTrader
2727
namespace CppTrader {
2828

2929
//! Project version
30-
const char version[] = "1.0.0.0";
30+
const char version[] = "1.0.1.0";
3131

3232
} // namespace CppTrader
3333

0 commit comments

Comments
 (0)