Skip to content

Commit

Permalink
chore: Remove readme native_model version update
Browse files Browse the repository at this point in the history
  • Loading branch information
imbolc authored and vincent-herlemont committed Jan 5, 2025
1 parent 2dee0af commit 48972fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion version_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ do

# Use sed to find and replace the version string in the README.md
sed -i -E "s/native_db = \"[0-9]+\.[0-9]+\.[0-9]+\"/native_db = \"$NEW_VERSION\"/g" "$directory/README.md"
sed -i -E "s/native_model = \"[0-9]+\.[0-9]+\.[0-9]+\"/native_model = \"$NATIVE_MODEL_VERSION\"/g" "$directory/README.md"

# Replace on src/metadata/current_version.rs: const CURRENT_VERSION: &str = "x.x.x";
sed -i -E "s/pub const CURRENT_VERSION: \&str = \"[0-9]+\.[0-9]+\.[0-9]+\";/pub const CURRENT_VERSION: \&str = \"$NEW_VERSION\";/g" "$directory/src/metadata/current_version.rs"
Expand Down

0 comments on commit 48972fa

Please sign in to comment.