From 0676301a4078c9049eaa79d84cae08bb96cd89b7 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Sat, 9 Mar 2019 17:30:56 +0100 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- release.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/release.sh b/release.sh index dc1be5ca..3aa35546 100755 --- a/release.sh +++ b/release.sh @@ -4,7 +4,6 @@ CURRENT_VERSION=$(cat core/banner.go | grep Version | cut -d '"' -f 2) TO_UPDATE=( core/banner.go - snapcraft.yaml ) echo -n "Current version is $CURRENT_VERSION, select new version: "