Framework: Minor version bump

There are a lot of things going into this so we're doing a minor
framework version bump.
This commit is contained in:
David McDonald
2025-03-05 17:59:49 -06:00
parent 456d7b7db5
commit a192546eb0
+1 -1
View File
@@ -1,6 +1,6 @@
# We use the SemVer 2.0.0 versioning scheme
VERSION_MAJOR = 2 # Number of releases of the library with a breaking change
VERSION_MINOR = 22 # Number of changes that only add to the interface
VERSION_MINOR = 23 # Number of changes that only add to the interface
VERSION_PATCH = 0 # Number of changes that do not change the interface
VERSION_SUFFIX = ""