Skip to content

Commit

Permalink
Increment cargo versions (#971)
Browse files Browse the repository at this point in the history
## Describe your changes

## Issue ticket number and link

## Checklist before requesting a review
- [ ] I have performed a self-review of my code.
- [ ] If it is a core feature, I have added thorough tests.
- [ ] I removed all Clippy and Formatting Warnings. 
- [ ] I added required Copyrights.
  • Loading branch information
Gauthamastro authored Jul 3, 2024
2 parents 65cfd8f + 07ce5e8 commit c6855f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nodes/mainnet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polkadex-node"
version = "6.0.0"
version = "6.2.0"
authors = ["Polkadex OÜ <https://polkadex.trade>"]
description = "Polkadex main blockchain"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion runtimes/mainnet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "node-polkadex-runtime"
version = "6.0.0"
version = "6.2.0"
authors = ["Polkadex OÜ <https://polkadex.trade>"]
edition = "2021"
license = "GNU GPL v3"
Expand Down

0 comments on commit c6855f1

Please sign in to comment.