Skip to content

Commit

Permalink
Bump for v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcvernaleo committed Apr 27, 2017
1 parent 1af9b3c commit f516d1e
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-v1.0.0.txt"
defaultURI = "https://github.com/decred/decred-binaries/releases/download/v1.0.0"
latestManifest = "manifest-v1.0.1.txt"
defaultURI = "https://github.com/decred/decred-binaries/releases/download/v1.0.1"

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 @@ -19,7 +19,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
appMajor uint = 1
appMinor uint = 0
appPatch uint = 0
appPatch uint = 1

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

0 comments on commit f516d1e

Please sign in to comment.