Skip to content

Commit 235c85b

Browse files
committed
bump version to 1.2.1
1 parent 8718f28 commit 235c85b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "aion network rust implementation"
33
name = "aionr"
44
# NOTE Make sure to update util/version/Cargo.toml as well
5-
version = "1.2.0"
5+
version = "1.2.1"
66
license = "GPL-3.0"
77
authors = ["aion foundation <[email protected]>"]
88

util/version/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[package]
44
name = "aion-version"
55
# NOTE: this value is used for Aion version string (via env CARGO_PKG_VERSION)
6-
version = "1.2.0"
6+
version = "1.2.1"
77
authors = ["Aion Foundation <[email protected]>"]
88
build = "build.rs"
99

0 commit comments

Comments
 (0)