Skip to content

Commit

Permalink
Updates for v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcvernaleo committed Dec 16, 2016
1 parent 7dbee14 commit b0b070a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.6.1.txt"
defaultURI = "https://github.com/decred/decred-binaries/releases/download/v0.6.1"
latestManifest = "manifest-v0.7.0.txt"
defaultURI = "https://github.com/decred/decred-binaries/releases/download/v0.7.0"

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

// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
Expand Down

0 comments on commit b0b070a

Please sign in to comment.