Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit fa1da60

Browse files
authored
Governance: Update release version to v2.2.2 (#2878)
* chore: Update release version to v2.2.2 * chore: Update chat version
1 parent 482a928 commit fa1da60

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

governance/chat/program/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spl-governance-chat"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "Solana Program Library Governance Chat Program"
55
authors = ["Solana Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"
@@ -21,7 +21,7 @@ serde = "1.0.127"
2121
serde_derive = "1.0.103"
2222
solana-program = "1.9.5"
2323
spl-token = { version = "3.3", path = "../../../token/program", features = [ "no-entrypoint" ] }
24-
spl-governance= { version = "2.2.1", path ="../../program", features = [ "no-entrypoint" ]}
24+
spl-governance= { version = "2.2.2", path ="../../program", features = [ "no-entrypoint" ]}
2525
spl-governance-tools= { version = "0.1.2", path ="../../tools"}
2626
spl-governance-addin-api= { version = "0.1.1", path ="../../addin-api"}
2727
thiserror = "1.0"

governance/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spl-governance"
3-
version = "2.2.1"
3+
version = "2.2.2"
44
description = "Solana Program Library Governance Program"
55
authors = ["Solana Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"

0 commit comments

Comments
 (0)