Skip to content

Commit

Permalink
Merge pull request #20 from matter-labs/popzxc-version-management-two
Browse files Browse the repository at this point in the history
fix: Do not require SERVICE_VERSION var
  • Loading branch information
popzxc authored Nov 27, 2024
2 parents c478673 + 69c878f commit 94c1250
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "api"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
license = "MIT or APACHE 2.0"

Expand Down
5 changes: 0 additions & 5 deletions api/docker_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,4 @@
# Note: This script needs to run from inside /api dir
export METRICS_PORT=8001

if [ -z ${SERVICE_VERSION} ]; then
echo "SERVICE_VERSION env var undefined"
exit 1
fi

cargo run --release
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zksync-remix-plugin",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"dependencies": {
"@radix-ui/react-accordion": "^1.1.2",
Expand Down

0 comments on commit 94c1250

Please sign in to comment.