Skip to content

Commit

Permalink
Use 1.x-dev as version for sphp
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Dec 19, 2024
1 parent 8b6ff25 commit 77c914e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sphp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [[ -z "$TARGET_VERSION" ]]; then
NEXUS_VERSION=$(git describe --tags --abbrev=0 2> /dev/null)

if [[ -z "$NEXUS_VERSION" ]]; then
NEXUS_VERSION="1.0.0-dev"
NEXUS_VERSION="1.x-dev"
fi

printf "\033[32mNexus PHP Switcher\033[0m version \033[33m$NEXUS_VERSION\033[0m"
Expand Down

0 comments on commit 77c914e

Please sign in to comment.