summarylogtreecommitdiffstats
path: root/updates.sh
diff options
context:
space:
mode:
authorMoses Narrow2023-03-05 15:26:11 -0600
committerMoses Narrow2023-03-05 15:26:11 -0600
commit7b506c2d79189dc7d5b8948dcd4b8b1d67c00e1e (patch)
treee8fffbefa1973f5a3f90ce7faeaf5089b065eaa2 /updates.sh
parentce74db6f80c59e3990f6a427f0a96bab607d3f71 (diff)
downloadaur-7b506c2d79189dc7d5b8948dcd4b8b1d67c00e1e.tar.gz
bump version to 1.3.6
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)