From 07ce5e80b9bf788b6c142c9e206c1e32c80e55b1 Mon Sep 17 00:00:00 2001 From: gautham Date: Wed, 3 Jul 2024 11:38:57 +0530 Subject: [PATCH] Increment cargo versions --- nodes/mainnet/Cargo.toml | 2 +- runtimes/mainnet/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/mainnet/Cargo.toml b/nodes/mainnet/Cargo.toml index 30142cc7a..073d319eb 100644 --- a/nodes/mainnet/Cargo.toml +++ b/nodes/mainnet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadex-node" -version = "6.0.0" +version = "6.2.0" authors = ["Polkadex OÜ "] description = "Polkadex main blockchain" edition = "2021" diff --git a/runtimes/mainnet/Cargo.toml b/runtimes/mainnet/Cargo.toml index 5e9231161..d2d3c7fc1 100644 --- a/runtimes/mainnet/Cargo.toml +++ b/runtimes/mainnet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-polkadex-runtime" -version = "6.0.0" +version = "6.2.0" authors = ["Polkadex OÜ "] edition = "2021" license = "GNU GPL v3"