From 194a92f2e3b22ba0c51728ad7892a7a111b1cb58 Mon Sep 17 00:00:00 2001 From: Billie <151112678+rustcandy@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:09:57 +0900 Subject: [PATCH] build: bump version to v0.4.17 (#123) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Overview closes: #XXXX ## What changes have been made in this PR? - [ ] ## Checklist --- - [ ] Appropriate labels applied - [ ] Targeted PR against correct branch - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work. - [ ] Wrote unit and integration - [ ] Updated relevant documentation ## Summary by CodeRabbit - **Chores** - Updated the application version to 0.4.17. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec57d43d..75acca2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -528,7 +528,7 @@ checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" [[package]] name = "milky_way" -version = "0.4.11" +version = "0.4.17" dependencies = [ "cosmwasm-std", "schemars", @@ -874,7 +874,7 @@ dependencies = [ [[package]] name = "staking" -version = "0.4.11" +version = "0.4.17" dependencies = [ "bech32", "bech32-no_std", diff --git a/Cargo.toml b/Cargo.toml index 06919578..dd550b26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = ["contracts/*", "packages/*"] [workspace.package] -version = "0.4.11" +version = "0.4.17" authors = ["Decento Labs"] edition = "2021" rust-version = "1.68.0"