Skip to content

Commit

Permalink
Merge pull request #588 from nevalang/emil14-patch-1
Browse files Browse the repository at this point in the history
Update version.go
  • Loading branch information
emil14 committed May 3, 2024
2 parents c38e610 + bc487dc commit 01ef0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package pkg

// Version is the current version of the language and stdlib.
// Don't forget to update it before release new tag.
var Version = "0.20.0" //nolint:gochecknoglobals
var Version = "0.21.0" //nolint:gochecknoglobals

0 comments on commit 01ef0df

Please sign in to comment.