Skip to content

Commit

Permalink
release: Bump for v1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
davecgh committed Mar 7, 2018
1 parent 06b8246 commit 1329f87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/dcrctl/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
// versioning 2.0.0 spec (http://semver.org/).
const (
appMajor uint = 1
appMinor uint = 1
appPatch uint = 2
appMinor uint = 2
appPatch uint = 0

// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
Expand Down
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const (
// versioning 2.0.0 spec (http://semver.org/).
const (
appMajor uint = 1
appMinor uint = 1
appPatch uint = 2
appMinor uint = 2
appPatch uint = 0
)

var (
Expand Down

0 comments on commit 1329f87

Please sign in to comment.