chore: add dev-version bump instructions to RELEASE.md (bumping to 2.44.0-dev)

This commit is contained in:
holger krekel
2026-02-24 17:48:04 +01:00
parent c39d2f42ef
commit f1e90c73cd
13 changed files with 38 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "deltachat-jsonrpc"
version = "2.43.0"
version = "2.44.0-dev"
description = "DeltaChat JSON-RPC API"
edition = "2021"
license = "MPL-2.0"

View File

@@ -54,5 +54,5 @@
},
"type": "module",
"types": "dist/deltachat.d.ts",
"version": "2.43.0"
"version": "2.44.0-dev"
}