Skip to content

Commit

Permalink
Bump DFX to 0.15.2 (#4913)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Dec 4, 2023
1 parent eef7a9a commit 4cfd47e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dfx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dfx": "0.15.1",
"dfx": "0.15.2",
"canisters": {
"user_index": {
"type": "custom",
Expand Down
6 changes: 3 additions & 3 deletions scripts/proposals/upgrade_asset_canister.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ SCRIPT=$(readlink -f "$0")
SCRIPT_DIR=$(dirname "$SCRIPT")
cd $SCRIPT_DIR/../..

TITLE="Upgrade asset canister to DFX version 0.15.0"
URL="https://github.com/dfinity/sdk/releases/tag/0.15.0"
TITLE="Upgrade asset canister to DFX version 0.15.2"
URL="https://github.com/dfinity/sdk/releases/tag/0.15.2"
CANISTER_NAME=website
SUMMARY="This proposal upgrades the asset canister wasm to the version included in DFX 0.15.0"
SUMMARY="This proposal upgrades the asset canister wasm to the version included in DFX 0.15.2"
FUNCTION_ID=3

# Set env variables based on .env file
Expand Down

0 comments on commit 4cfd47e

Please sign in to comment.