Skip to content

Commit a497e1b

Browse files
committed
chore(version): set dev to 4.1.0-dev
Keep dev ahead of the latest release tag (v4.0.8) with a pre-release marker so public nodes running dev are unmistakable in /v2/health: `version` now reports `4.1.0-dev` (sorts above 4.0.8, below any future 4.1.0 release) alongside the exact `version_hash` (git HEAD). The 4.1.0 line reflects the additive opt-in features merged since 4.0.8 (hot-first actions, get_transaction recent-first, stream replay caps).
1 parent f36254f commit a497e1b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperion-history",
3-
"version": "4.0.8",
3+
"version": "4.1.0-dev",
44
"description": "Scalable Full History API Solution for Antelope based blockchains",
55
"main": "./build/indexer/launcher.js",
66
"scripts": {

0 commit comments

Comments
 (0)