We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50795a4 commit 122ad77Copy full SHA for 122ad77
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "goki"
3
-version = "0.2.2"
+version = "0.2.3"
4
description = "Goki command line interface."
5
homepage = "https://goki.so"
6
repository = "https://github.com/GokiProtocol/goki-cli"
flake.nix
@@ -26,7 +26,7 @@
26
goki-cli = import ./default.nix {
27
inherit (pkgs) lib solana-basic rustPlatform pkgconfig openssl;
28
inherit osSpecificPackages;
29
- version = "0.2.2";
+ version = "0.2.3";
30
src = gitignore.lib.gitignoreSource ./.;
31
};
32
in
0 commit comments