Skip to content

Commit

Permalink
Merge pull request #3278 from obscuren/version-1-5-1
Browse files Browse the repository at this point in the history
utils: bump stable 1.5.1
  • Loading branch information
obscuren committed Nov 16, 2016
2 parents 3badd37 + b81baf5 commit 810389c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/utils/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ import (
)

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

// Version holds the textual version string.
Expand Down

0 comments on commit 810389c

Please sign in to comment.