diff options
author | deadprogram <[email protected]> | 2022-05-02 20:39:17 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-05-03 04:57:08 +0200 |
commit | db389ba443c274c5d24e771e7bd5f7ab56866cae (patch) | |
tree | bf5b21fa830c2568e089a3effa2d0b39830bdaba /goenv | |
parent | d1dfa1155c8f8aa228d7c7a09aff305b89a6d8cf (diff) | |
download | tinygo-db389ba443c274c5d24e771e7bd5f7ab56866cae.tar.gz tinygo-db389ba443c274c5d24e771e7bd5f7ab56866cae.zip |
all: update version for next development iteration
Signed-off-by: deadprogram <[email protected]>
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 e6faaa7b1..e6822b925 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.23.0" +const Version = "0.24.0-dev" var ( // This variable is set at build time using -ldflags parameters. |