Skip to content

Commit e246e5d

Browse files
committed
fixup! signer: Add CLN v24.11 to supported versions
1 parent 5468ad4 commit e246e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.02"
20+
__version__ = "v24.11"
2121

2222

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

0 commit comments

Comments
 (0)