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 9299c78 commit 9e80f1bCopy full SHA for 9e80f1b
README.md
@@ -141,7 +141,7 @@ fn void main()
141
142
### Current status
143
144
-The current stable version of the compiler is **version 0.7.2**.
+The current stable version of the compiler is **version 0.7.3**.
145
146
The upcoming 0.7.x releases will focus on expanding the standard library,
147
fixing bugs and improving compile time analysis.
src/version.h
@@ -1,2 +1,2 @@
1
#define COMPILER_VERSION "0.7.3"
2
-#define PRERELEASE 1
+#define PRERELEASE 0
0 commit comments