Skip to content

Commit

Permalink
Bump for v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcvernaleo committed Feb 7, 2017
1 parent 63334ff commit 5fb34d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/dcrinstall/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import (

// latestVersion and latestManifest must be updated every release.
const (
latestManifest = "manifest-v0.7.0.txt"
defaultURI = "https://github.com/decred/decred-binaries/releases/download/v0.7.0"
latestManifest = "manifest-v0.8.0.txt"
defaultURI = "https://github.com/decred/decred-binaries/releases/download/v0.8.0"

netMain = "mainnet"
netTest = "testnet"
Expand Down
2 changes: 1 addition & 1 deletion cmd/dcrinstall/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 = 0
appMinor uint = 7
appMinor uint = 8
appPatch uint = 0

// appPreRelease MUST only contain characters from semanticAlphabet
Expand Down

0 comments on commit 5fb34d5

Please sign in to comment.