Minor version bump: registry extensions API addition

This commit is contained in:
David McDonald
2024-10-07 13:20:50 -05:00
parent e46d24397d
commit e622acc7f8
+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 = 10 # Number of changes that only add to the interface
VERSION_MINOR = 11 # Number of changes that only add to the interface
VERSION_PATCH = 0 # Number of changes that do not change the interface
VERSION_SUFFIX = ""