Skip to content

Commit d6e6c35

Browse files
committed
signer: Bump the signer version to trigger a node upgrade
1 parent 02efb4a commit d6e6c35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/gl-client-py/glclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
# Keep in sync with the libhsmd version, this is tested in unit tests.
20-
__version__ = "v24.11"
20+
__version__ = "v25.05"
2121

2222

2323
E = TypeVar("E", bound=PbMessage)

libs/gl-client/src/signer/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pub mod model;
4747
mod report;
4848
mod resolve;
4949

50-
const VERSION: &str = "v24.11";
50+
const VERSION: &str = "v25.05";
5151
const GITHASH: &str = env!("GIT_HASH");
5252
const RUNE_VERSION: &str = "gl0";
5353
// This is the same derivation key that is used by core lightning itself.

0 commit comments

Comments
 (0)