summarylogtreecommitdiffstats
path: root/updates.sh
diff options
context:
space:
mode:
Diffstat (limited to 'updates.sh')
-rwxr-xr-xupdates.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/updates.sh b/updates.sh
index bcf39a14a408..6b162e439da4 100755
--- a/updates.sh
+++ b/updates.sh
@@ -4,7 +4,7 @@ _version=${_version##*/}
_version=${_version%%-*}
_version=${_version//v/}
#override
-_version=1.3.4
+#_version=1.3.4
#Uncomment to use release candidates or pre-releases for testing
#get release candidate version from source repo
#_vrc=$(git ls-remote --tags --refs --sort="version:refname" https://github.com/skycoin/skywire.git | tail -n1 | grep -- -rc)