Skip to content

Commit 0ccac06

Browse files
authored
chore: Release v0.3.1 (#511)
1 parent 0ec5838 commit 0ccac06

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

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.

anchor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anchor"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = { workspace = true }
55
authors = ["Sigma Prime <[email protected]>"]
66
rust-version = "1.89.0"

anchor/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "client"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Sigma Prime <[email protected]"]
55
edition = { workspace = true }
66

anchor/common/version/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ pub const VERSION: &str = git_version!(
1717
// NOTE: using --match instead of --exclude for compatibility with old Git
1818
"--match=thiswillnevermatchlol"
1919
],
20-
prefix = "Anchor/v0.3.0-",
21-
fallback = "Anchor/v0.3.0"
20+
prefix = "Anchor/v0.3.1-",
21+
fallback = "Anchor/v0.3.1"
2222
);
2323

2424
/// Returns the first eight characters of the latest commit hash for this build.

anchor/keygen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "keygen"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = { workspace = true }
55
authors = ["Sigma Prime <[email protected]>"]
66

anchor/keysplit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "keysplit"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = { workspace = true }
55
authors = ["Sigma Prime <[email protected]>"]
66

0 commit comments

Comments
 (0)