Skip to content

Commit

Permalink
fix version file
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov committed May 24, 2024
1 parent 724a350 commit 965a998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package environ

const (
VersionMajor = "0"
VersionMinor = "3"
VersionPatch = "1"
VersionMinor = "4"
VersionPatch = "0"
)

const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch

0 comments on commit 965a998

Please sign in to comment.