diff --git a/README.md b/README.md index 568641489..43ca18aef 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ fn void main() ### Current status -The current stable version of the compiler is **version 0.6.4**. +The current stable version of the compiler is **version 0.6.5**. The upcoming 0.6.x releases will focus on expanding the standard library. Follow the issues [here](https://github.com/c3lang/c3c/issues). diff --git a/src/version.h b/src/version.h index b76614680..d19ff6b3c 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define COMPILER_VERSION "0.6.5" -#define PRERELEASE 0 \ No newline at end of file +#define COMPILER_VERSION "0.6.6" +#define PRERELEASE 1 \ No newline at end of file