From 6e348d1e712ef918eb23cb5c4ae16ca036d4de7b Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Mon, 2 Jun 2025 10:12:04 +0200 Subject: [PATCH] Update compiler version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9556f795..562919e02 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ fn void main() ### Current status -The current stable version of the compiler is **version 0.7.1**. +The current stable version of the compiler is **version 0.7.2**. The upcoming 0.7.x releases will focus on expanding the standard library, fixing bugs and improving compile time analysis.