Skip to content

Commit

Permalink
Update lightning to 24.08.1 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominion5254 authored Oct 3, 2024
1 parent 640cd03 commit a013fa8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
id: c-lightning
version: 24.08.0.1
version: 24.08.1
title: Core Lightning
license: BSD-MIT
wrapper-repo: https://github.com/Start9Labs/cln-startos
upstream-repo: https://github.com/ElementsProject/lightning
support-site: https://github.com/ElementsProject/lightning/issues
marketing-site: https://blockstream.com/lightning
release-notes: |-
* Update to CLN 24.08 [Release Notes](https://github.com/ElementsProject/lightning/releases/tag/v24.08)
* Update clboss to v0.13.3
* Expose CLNRest in Properties
* Add action to delete corrupted gossip store
* Update cln-application UI to v0.0.6
* Update to CLN 24.08.1 [Release Notes](https://github.com/ElementsProject/lightning/releases/tag/v24.08.1)
build: ["make"]
description:
short: "An implementation of the Lightning Network protocol by Blockstream."
Expand Down
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ export const migration: T.ExpectedExports.migration =
)
},
},
"24.08.0.1",
"24.08.1",
);

function generateRandomString(length: number) {
Expand Down

0 comments on commit a013fa8

Please sign in to comment.