From 0de88608817fd2196cec0c365bf2af08729b4301 Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Sat, 26 Dec 2020 17:38:36 +0200 Subject: [PATCH] tools: Fix version bumping --- tools/publish.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/publish.sh b/tools/publish.sh index 284337f..c97e005 100755 --- a/tools/publish.sh +++ b/tools/publish.sh @@ -35,10 +35,10 @@ run() { sed -i '' \ -e "s/# version: .*/# version: v${nv}/" \ - -e "s/ASYNC_VERSION=.*/ASYNC_VERSION=${nv}/" \ - async.zsh + -e "s/WIREGUARD_INSTALLER_VERSION=.*/WIREGUARD_INSTALLER_VERSION=${nv}/" \ + wireguard.sh - git add async.zsh + git add wireguard.sh git commit -m "v${nv}" git tag "v${nv}" -m "Release v${nv}" git push --follow-tags