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 02efb4a commit d6e6c35Copy full SHA for d6e6c35
libs/gl-client-py/glclient/__init__.py
@@ -17,7 +17,7 @@
17
18
19
# Keep in sync with the libhsmd version, this is tested in unit tests.
20
-__version__ = "v24.11"
+__version__ = "v25.05"
21
22
23
E = TypeVar("E", bound=PbMessage)
libs/gl-client/src/signer/mod.rs
@@ -47,7 +47,7 @@ pub mod model;
47
mod report;
48
mod resolve;
49
50
-const VERSION: &str = "v24.11";
+const VERSION: &str = "v25.05";
51
const GITHASH: &str = env!("GIT_HASH");
52
const RUNE_VERSION: &str = "gl0";
53
// This is the same derivation key that is used by core lightning itself.
0 commit comments