commit 96e931e51831c543f4705e95607d59d8c4b79128
parent 0306dff73118a574eb8f3b6f8a4e8dc48f26a51f
Author: Ryan <69221034+ryfu-msft@users.noreply.github.com>
Date: Wed, 6 Sep 2023 12:53:02 -0700
bump minor version from 6 to 7 (#3599)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/binver/binver/version.h b/src/binver/binver/version.h
@@ -2,7 +2,7 @@
#define STRINGIZE(s) STRINGIZE2(s)
#define VERSION_MAJOR 1
-#define VERSION_MINOR 6
+#define VERSION_MINOR 7
#define VERSION_BUILD 0
#define VERSION_REVISION 0