Skip to content

Commit

Permalink
Change defaults for v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcvernaleo committed Sep 1, 2016
1 parent e59af1e commit 18238ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/dcrinstall/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (

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

netMain = "mainnet"
netTest = "testnet"
Expand Down

0 comments on commit 18238ba

Please sign in to comment.