Skip to content

Commit 869135d

Browse files
committed
Version 1.7.0.0
1 parent 88705ea commit 869135d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

44
# Image to use
55
image: Visual Studio 2019

include/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace FBE {
1313

1414
// Fast binary encoding version
15-
const char version[] = "1.6.0.0";
15+
const char version[] = "1.7.0.0";
1616

1717
} // namespace FBE
1818

0 commit comments

Comments
 (0)