Skip to content

Commit

Permalink
version update (#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashk767 authored Oct 11, 2022
1 parent ba96f0e commit 77dbf00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import "fmt"

const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 2 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMinor = 0 // Minor version component of the current release
VersionPatch = 4 // Patch version component of the current release
VersionMeta = "" // Version metadata to append to the version string
)

Expand Down

0 comments on commit 77dbf00

Please sign in to comment.