From d91eaa27ce8b966aa6dcca09588d6998c14aa842 Mon Sep 17 00:00:00 2001 From: Jason I Date: Tue, 22 Oct 2024 16:17:19 -0700 Subject: [PATCH] chore: Release 0.24.2-beta.0 Signed-off-by: Jason I --- Cargo.lock | 2 +- nix/sources.json | 12 ++++++------ public/manifest.json | 5 +++-- src/dfx/Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0da609f011..4bc89d1234 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1514,7 +1514,7 @@ checksum = "322ef0094744e63628e6f0eb2295517f79276a5b342a4c2ff3042566ca181d4e" [[package]] name = "dfx" -version = "0.24.0" +version = "0.24.2-beta.0" dependencies = [ "actix", "aes-gcm", diff --git a/nix/sources.json b/nix/sources.json index 9a74c1c6f1..47d68d4774 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -132,25 +132,25 @@ "owner": "dfinity", "sha256": "096icqgg2ab713zjxw8v5kn30ickp0av632j38ympwll7rb3rjl5", "type": "tarball", - "url": "https://github.com/dfinity/motoko/releases/download/0.13.1/motoko-base-library.tar.gz", + "url": "https://github.com/dfinity/motoko/releases/download/0.13.2/motoko-base-library.tar.gz", "url_template": "https://github.com/dfinity/motoko/releases/download//motoko-base-library.tar.gz", - "version": "0.13.1" + "version": "0.13.2" }, "motoko-x86_64-darwin": { "builtin": false, "sha256": "1gz7k5xnq7cifdvsbpi5ymfcfn61wk6av4xidal1w23xx0q90m4q", "type": "file", - "url": "https://github.com/dfinity/motoko/releases/download/0.13.1/motoko-Darwin-x86_64-0.13.1.tar.gz", + "url": "https://github.com/dfinity/motoko/releases/download/0.13.2/motoko-Darwin-x86_64-0.13.1.tar.gz", "url_template": "https://github.com/dfinity/motoko/releases/download//motoko-Darwin-x86_64-.tar.gz", - "version": "0.13.1" + "version": "0.13.2" }, "motoko-x86_64-linux": { "builtin": false, "sha256": "0yi6vxin5hyrzp3av66rzs4058d90dbjzi5kp0yi3xr4jki9rjb9", "type": "file", - "url": "https://github.com/dfinity/motoko/releases/download/0.13.1/motoko-Linux-x86_64-0.13.1.tar.gz", + "url": "https://github.com/dfinity/motoko/releases/download/0.13.2/motoko-Linux-x86_64-0.13.1.tar.gz", "url_template": "https://github.com/dfinity/motoko/releases/download//motoko-Linux-x86_64-.tar.gz", - "version": "0.13.1" + "version": "0.13.2" }, "pocket-ic-x86_64-darwin": { "rev": "3c76b9142f67da01393d9280c705f88b6e522a93", diff --git a/public/manifest.json b/public/manifest.json index 55593a164c..daaa7778d9 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -72,6 +72,7 @@ "0.21.0", "0.22.0", "0.23.0", - "0.24.0" + "0.24.0", + "0.24.2-beta.0" ] -} \ No newline at end of file +} diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 3fd8b6aeb8..e577079330 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.24.0" +version = "0.24.2-beta.0" authors.workspace = true edition.workspace = true repository.workspace = true