We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d996f4 commit 103359fCopy full SHA for 103359f
src/compiler/fb.bi
@@ -2,7 +2,7 @@
2
#define __FB_BI__
3
4
const FB_VER_MAJOR = "1"
5
-const FB_VER_MINOR = "06"
+const FB_VER_MINOR = "07"
6
const FB_VER_PATCH = "0"
7
const FB_VERSION = FB_VER_MAJOR + "." + FB_VER_MINOR + "." + FB_VER_PATCH
8
const FB_BUILD_DATE = __DATE__
0 commit comments