diff options
author | Ayke van Laethem <[email protected]> | 2022-07-29 12:51:06 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-08-02 18:25:51 +0200 |
commit | f0391eac258ca07ed724526d9f838c4a48333572 (patch) | |
tree | 495a57b45c8b427295d7ddfc4b2ac19a2bcd5c34 /goenv | |
parent | 05cdde162c2a983fa5cc504cbb6bf9dedfda81ab (diff) | |
download | tinygo-f0391eac258ca07ed724526d9f838c4a48333572.tar.gz tinygo-f0391eac258ca07ed724526d9f838c4a48333572.zip |
all: update to version 0.25.0v0.25.0
Diffstat (limited to 'goenv')
-rw-r--r-- | goenv/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/goenv/version.go b/goenv/version.go index 0f83a4ba6..47e739097 100644 --- a/goenv/version.go +++ b/goenv/version.go @@ -12,7 +12,7 @@ import ( // Version of TinyGo. // Update this value before release of new version of software. -const Version = "0.25.0-dev" +const Version = "0.25.0" var ( // This variable is set at build time using -ldflags parameters. |