Skip to content

Commit

Permalink
more version bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljakubas committed Jul 29, 2024
1 parent a63ea1f commit cc2bca5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion run/common/docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi
source .env

# Define and export wallet and node version tags
RELEASE_WALLET_TAG=2024.7.7
RELEASE_WALLET_TAG=2024.7.27

WALLET_TAG=${WALLET_TAG:=$RELEASE_WALLET_TAG}
export WALLET_TAG
Expand Down
2 changes: 1 addition & 1 deletion scripts/buildkite/main/linux-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export TESTS_LOGDIR
CARDANO_NODE_CONFIGS="$(pwd)/configs/cardano"
export CARDANO_NODE_CONFIGS

VERSION=$(buildkite-agent meta-data get "release-version" --default "v2024-07-07")
VERSION=$(buildkite-agent meta-data get "release-version" --default "v2024-07-27")
echo "VERSION=$VERSION"

buildkite-agent artifact \
Expand Down
2 changes: 1 addition & 1 deletion scripts/buildkite/main/macos-silicon-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export TESTS_LOGDIR
CARDANO_NODE_CONFIGS="$(pwd)/configs/cardano"
export CARDANO_NODE_CONFIGS

VERSION=$(buildkite-agent meta-data get "release-version" --default "v2024-07-07")
VERSION=$(buildkite-agent meta-data get "release-version" --default "v2024-07-27")
echo "VERSION=$VERSION"

buildkite-agent artifact \
Expand Down

0 comments on commit cc2bca5

Please sign in to comment.