diff --git a/update-new-version.sh b/update-new-version.sh index 338d849..4c635b8 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-community" -DISTRIBUTION="groovy" +DISTRIBUTION="hirsute" main() { last_tag=$(git describe --abbrev=0 --tags)