2.13.0 -> 2.14.0 bump

This commit is contained in:
Abyss Watcher
2025-01-02 16:42:16 +01:00
parent 6e4213e321
commit 0a3502697c
+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 = 13 # Number of changes that only add to the interface
VERSION_MINOR = 14 # Number of changes that only add to the interface
VERSION_PATCH = 0 # Number of changes that do not change the interface
VERSION_SUFFIX = ""