Skip to content

Commit e657113

Browse files
committed
Update for upstream v24.0.1
1 parent 244ff42 commit e657113

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PKG_VERSION := $(shell yq e ".version" manifest.yaml)
22
PKG_ID := $(shell yq e ".id" manifest.yaml)
33
MANAGER_SRC := $(shell find ./manager -name '*.rs') manager/Cargo.toml manager/Cargo.lock
4-
VERSION_CORE := "24.0"
4+
VERSION_CORE := "24.0.1"
55

66
.DELETE_ON_ERROR:
77

manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
id: bitcoind
22
title: "Bitcoin Core"
3-
version: 24.0.0
3+
version: 24.0.1
44
release-notes: |
55
* Add build for x86
6-
* Update to latest upstream
6+
* Update to latest upstream (v24.0.1)
77
* Add Full RBF Config option
88
* Add action to delete peers.dat in case of corruption
99
* Remove dbcache limit (Please use large dbcache values with caution! We recommend not touching this setting unless you know what you're doing.)

0 commit comments

Comments
 (0)