Skip to content

Commit

Permalink
Merge pull request #3259 from obscuren/version-1-5-0
Browse files Browse the repository at this point in the history
utils: stable 1.5.0
  • Loading branch information
obscuren committed Nov 15, 2016
2 parents ce3c52d + 233950d commit c3c58eb
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 = 0 // 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 = 0 // 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 c3c58eb

Please sign in to comment.