Skip to content

Commit

Permalink
Merge pull request #530 from nevalang/emil14-patch-1
Browse files Browse the repository at this point in the history
feat: bump version to v0.13.0
  • Loading branch information
emil14 committed Mar 21, 2024
2 parents d2c2b0e + 0074c40 commit 595df50
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
@@ -1,4 +1,4 @@
package pkg

// Version is the current version of the language and stdlib
var Version = "0.12.0" //nolint:gochecknoglobals
var Version = "0.13.0" //nolint:gochecknoglobals

0 comments on commit 595df50

Please sign in to comment.