Skip to content

Commit

Permalink
Tag 1.2.1-a (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
thaarok authored May 24, 2024
1 parent d605a20 commit d202165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
func init() {
params.VersionMajor = 1 // Major version component of the current release
params.VersionMinor = 2 // Minor version component of the current release
params.VersionPatch = 0 // Patch version component of the current release
params.VersionPatch = 1 // Patch version component of the current release
params.VersionMeta = "a" // Version metadata to append to the version string
}

Expand Down

0 comments on commit d202165

Please sign in to comment.