We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88705ea commit 869135dCopy full SHA for 869135d
2 files changed
.appveyor.yml
@@ -1,5 +1,5 @@
1
# Specify version format
2
-version: "1.6.0.{build}"
+version: "1.7.0.{build}"
3
4
# Image to use
5
image: Visual Studio 2019
include/version.h
@@ -12,7 +12,7 @@
12
namespace FBE {
13
14
// Fast binary encoding version
15
-const char version[] = "1.6.0.0";
+const char version[] = "1.7.0.0";
16
17
} // namespace FBE
18
0 commit comments