Skip to content

Commit b1f6bca

Browse files
committed
chore(snarkos): bump version for new release
1 parent 462e50a commit b1f6bca

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.resources/release-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.0.1
1+
v2.0.2

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snarkos"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
authors = [ "The Aleo Team <hello@aleo.org>" ]
55
description = "A decentralized operating system"
66
homepage = "https://aleo.org"
@@ -22,9 +22,9 @@ members = [ "metrics", "storage", "testing" ]
2222
[features]
2323
default = [ "rpc" ]
2424
cuda = [ "snarkvm/cuda" ]
25-
prometheus = ["snarkos-metrics"]
25+
prometheus = [ "snarkos-metrics" ]
2626
rpc = [ "jsonrpsee" ]
27-
test = []
27+
test = [ ]
2828

2929
[dependencies]
3030
bytes = "1.0.0"
@@ -33,12 +33,12 @@ tui = "0.17.0"
3333

3434
[dependencies.snarkos-metrics]
3535
path = "./metrics"
36-
version = "2.0.1"
36+
version = "2.0.2"
3737
optional = true
3838

3939
[dependencies.snarkos-storage]
4040
path = "./storage"
41-
version = "2.0.1"
41+
version = "2.0.2"
4242

4343
[dependencies.snarkvm]
4444
version = "0.8.0"

metrics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snarkos-metrics"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
authors = [ "The Aleo Team <hello@aleo.org>" ]
55
description = "Storage for a decentralized operating system"
66
homepage = "https://aleo.org"

storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snarkos-storage"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
authors = [ "The Aleo Team <hello@aleo.org>" ]
55
description = "Storage for a decentralized operating system"
66
homepage = "https://aleo.org"

testing/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snarkos-testing"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
authors = [ "The Aleo Team <hello@aleo.org>" ]
55
description = "A decentralized operating system"
66
homepage = "https://aleo.org"
@@ -23,7 +23,7 @@ features = [ "test" ]
2323

2424
[dependencies.snarkos-storage]
2525
path = "../storage"
26-
version = "2.0.1"
26+
version = "2.0.2"
2727

2828
[dependencies.snarkvm]
2929
version = "0.8.0"

0 commit comments

Comments
 (0)