Skip to content

Commit 9e80f1b

Browse files
committed
Release candidate.
1 parent 9299c78 commit 9e80f1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ fn void main()
141141

142142
### Current status
143143

144-
The current stable version of the compiler is **version 0.7.2**.
144+
The current stable version of the compiler is **version 0.7.3**.
145145

146146
The upcoming 0.7.x releases will focus on expanding the standard library,
147147
fixing bugs and improving compile time analysis.

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#define COMPILER_VERSION "0.7.3"
2-
#define PRERELEASE 1
2+
#define PRERELEASE 0

0 commit comments

Comments
 (0)