Skip to content

Commit

Permalink
roll back v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ngtuna committed Dec 28, 2018
1 parent b681865 commit 8dada6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (

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 = 1 // Minor version component of the current release
VersionPatch = 3 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)

Expand Down

0 comments on commit 8dada6b

Please sign in to comment.