diff --git a/update-new-version.sh b/update-new-version.sh index 95625e4..88c61a2 100755 --- a/update-new-version.sh +++ b/update-new-version.sh @@ -3,7 +3,7 @@ # This script intends to decrease the effort of updating the package. PACKAGE="intellij-idea-ultimate" -DISTRIBUTION="groovy" +DISTRIBUTION="hirsute" main() { last_tag=$(git describe --abbrev=0 --tags)