We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b6297 commit fd2e6beCopy full SHA for fd2e6be
scripts/bump-version-clients.sh
@@ -13,13 +13,15 @@ echo "Bumping to version: $NEW_VERSION"
13
14
cd $ROOT_DIR
15
cd clients/rust
16
-
17
perl -pi -e "s/^version = \".*?\"/version = \"$NEW_VERSION\"/" Cargo.toml
18
19
-cd $ROOT_DIR/objectstore-types
20
+cd $ROOT_DIR
+cd objectstore-types
21
22
23
+sed -i '' "/^objectstore-types.*path.*objectstore-types/s/version = \"[^\"]*\"/version = \"$NEW_VERSION\"/" Cargo.toml
24
+
25
cargo metadata --format-version 1 >/dev/null # update `Cargo.lock`
26
27
# ==================== PY ====================
0 commit comments