Skip to content

Commit

Permalink
goenv: update to v0.31.2 for patch release
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <ron@hybridgroup.com>
  • Loading branch information
deadprogram committed Mar 10, 2024
1 parent 0f1cf14 commit 38881a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goenv/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

// Version of TinyGo.
// Update this value before release of new version of software.
const version = "0.32.0-dev"
const version = "0.31.2"

var (
// This variable is set at build time using -ldflags parameters.
Expand Down

0 comments on commit 38881a2

Please sign in to comment.