Prepare for v2.0.0b2 release

- Update CHANGELOG.md
This commit is contained in:
Jacob Alexander
2023-11-25 11:04:29 -08:00
parent 3aade70bfa
commit 84830d6357
2 changed files with 20 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ from buildutils.bundle import fetch_libcapnp
MAJOR = 2
MINOR = 0
MICRO = 0
TAG = "b1"
TAG = "b2"
VERSION = "%d.%d.%d%s" % (MAJOR, MINOR, MICRO, TAG)