Skip to content

Commit

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

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

Expand Down

0 comments on commit 553c8a6

Please sign in to comment.