diff --git a/README.md b/README.md index ac83a6abc..334556eb5 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ fn void main() ### Current status -The current stable version of the compiler is **version 0.7.7**. +The current stable version of the compiler is **version 0.7.8**. The upcoming 0.7.x releases will focus on expanding the standard library, fixing bugs and improving compile time analysis. diff --git a/src/version.h b/src/version.h index 9624ba0e1..2a413cd5c 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ #define COMPILER_VERSION "0.7.8" -#define PRERELEASE 1 +#define PRERELEASE 0