diff options
author | deadprogram <[email protected]> | 2024-06-24 21:31:31 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-06-25 22:18:20 +0200 |
commit | 4517a0c17b207957f8c5506032c396f5f34950ba (patch) | |
tree | 58816e0c1672c0ca20779c9444a3402b6b0e61c6 | |
parent | 6abaee464031bfe41a9421c6e5f6563903abbafb (diff) | |
download | tinygo-4517a0c17b207957f8c5506032c396f5f34950ba.tar.gz tinygo-4517a0c17b207957f8c5506032c396f5f34950ba.zip |
version: update to 0.33.0-dev
Signed-off-by: deadprogram <[email protected]>
-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 85ca472a5..bed4e26f3 100644 --- a/goenv/version.go +++ b/goenv/version.go @@ -9,7 +9,7 @@ import ( // Version of TinyGo. // Update this value before release of new version of software. -const version = "0.32.0" +const version = "0.33.0-dev" var ( // This variable is set at build time using -ldflags parameters. |