Skip to content

Commit

Permalink
Update version.go
Browse files Browse the repository at this point in the history
  • Loading branch information
emil14 authored Apr 28, 2024
1 parent d55e088 commit 5dc81e8
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.19.0" //nolint:gochecknoglobals
var Version = "0.19.1" //nolint:gochecknoglobals

0 comments on commit 5dc81e8

Please sign in to comment.