Skip to content

Commit 122ad77

Browse files
committed
v0.2.3
1 parent 50795a4 commit 122ad77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "goki"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "Goki command line interface."
55
homepage = "https://goki.so"
66
repository = "https://github.com/GokiProtocol/goki-cli"

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
goki-cli = import ./default.nix {
2727
inherit (pkgs) lib solana-basic rustPlatform pkgconfig openssl;
2828
inherit osSpecificPackages;
29-
version = "0.2.2";
29+
version = "0.2.3";
3030
src = gitignore.lib.gitignoreSource ./.;
3131
};
3232
in

0 commit comments

Comments
 (0)