Skip to content

Commit f15460a

Browse files
author
Chris Kleeschulte
committed
Adjusted tags.
1 parent e5e9d60 commit f15460a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ platform=`uname -a | awk '{print tolower($1)}'`
77
arch=`uname -m`
88
version="0.12.1"
99
url="https://github.com/bitpay/bitcoin/releases/download"
10-
tag="v0.12.1-bitcore-rc1"
10+
tag="v0.12.1-bitcore"
1111

1212
if [ "${platform}" == "linux" ]; then
1313
if [ "${arch}" == "x86_64" ]; then

0 commit comments

Comments
 (0)