Skip to content

Commit

Permalink
bump version (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominion5254 authored Jan 3, 2025
1 parent 0593dc3 commit e5c260c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id: bitcoind
title: "Bitcoin Core"
version: 28.0.0
version: 28.0.0.1
eos-version: 0.3.4.4
release-notes: |
* Update Bitcoin to [v28.0](https://github.com/bitcoin/bitcoin/releases/tag/v28.0)
Expand Down
8 changes: 4 additions & 4 deletions scripts/services/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export const migration: T.ExpectedExports.migration =
{ version: "26.0.0.1", type: "down" }
),
},
"28.0.0": {
"28.0.0.1": {
up: compat.migrations.updateConfig(
(config) => {
if (
Expand All @@ -285,15 +285,15 @@ export const migration: T.ExpectedExports.migration =
},
true,
{
version: "28.0.0",
version: "28.0.0.1",
type: "up",
}
),
down: compat.migrations.updateConfig((config: any) => config, true, {
version: "28.0.0",
version: "28.0.0.1",
type: "down",
}),
},
},
"28.0.0"
"28.0.0.1"
);

0 comments on commit e5c260c

Please sign in to comment.