Commit 62827beb authored by Ashot's avatar Ashot
Browse files

Changed version

parent 7538d213
Showing with 2 additions and 2 deletions
+2 -2
......@@ -7,7 +7,7 @@
#
# Setup crown server or update existing one
LATEST_RELEASE="v0.12.4.1"
LATEST_RELEASE="0.12.5.2"
TESTNET_PACKAGE="http://128.199.100.139/artifacts.zip"
systemnode=false
......@@ -147,7 +147,7 @@ download_package() {
wget $TESTNET_PACKAGE -O $dir/crown.zip
else
# Change this later to take latest release version.
wget "https://github.com/Crowndev/crowncoin/releases/download/$LATEST_RELEASE/Crown-Linux64.zip" -O $dir/crown.zip
wget "https://github.com/Crowndev/crowncoin/releases/download/v$LATEST_RELEASE/Crown-$LATEST_RELEASE-Linux64.zip" -O $dir/crown.zip
fi
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment