Skip to content

Commit

Permalink
change default version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aymen committed Jul 17, 2024
1 parent bf47257 commit 631d72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion increment_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# increment_version.sh

# Get the latest tag from git
latest_tag=$(git describe --tags --abbrev=0 2>/dev/null || echo "1.1.1")
latest_tag=$(git describe --tags --abbrev=0 2>/dev/null || echo "1.2.1")

# Extract the major, minor, and patch numbers
IFS='.' read -r -a version_parts <<< "$latest_tag"
Expand Down

0 comments on commit 631d72c

Please sign in to comment.