Skip to content

Commit

Permalink
CR fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 committed Jan 14, 2024
1 parent 154ca63 commit 50c05e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/bump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ populateFromVersion() {
build/build.sh
local versionString
versionString=$(./jf -v)
fromVersion=${versionString//[^0-9.]/}
fromVersion=${versionString//[^0-9.+]/}
}

# Function to validate arguments
Expand Down

0 comments on commit 50c05e7

Please sign in to comment.