update utils.sh script

pull/633/head
Dustin Falgout 2016-11-14 16:22:11 -06:00
parent 9574a02ad0
commit 795932a776
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ update_changes_file() {
LAST_PATCH="${LAST_STABLE_RELEASE##*.}"
case "${PWD##*/}" in
Numix)
numix-gtk-theme)
NEXT_PATCH=$(($LAST_PATCH + 1))
NEXT_STABLE_RELEASE="${LAST_MAJOR_MINOR}.${NEXT_PATCH}"