Restoring framework minor version to meet the mountinfo plugin see f23b288ffc

This commit is contained in:
Gustavo Moreira
2022-04-28 08:58:05 +10:00
parent e5494ce8c9
commit c6fbb9ce14
+1 -1
View File
@@ -39,7 +39,7 @@ BANG = "!"
# We use the SemVer 2.0.0 versioning scheme
VERSION_MAJOR = 2 # Number of releases of the library with a breaking change
VERSION_MINOR = 0 # Number of changes that only add to the interface
VERSION_MINOR = 1 # Number of changes that only add to the interface
VERSION_PATCH = 4 # Number of changes that do not change the interface
VERSION_SUFFIX = ""