Bump version to 6.1.4

This commit is contained in:
Ivan Kravets
2022-08-12 15:00:05 +03:00
parent 10136729ab
commit cd8179a41f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
import sys
VERSION = (6, 1, "4b4")
VERSION = (6, 1, 4)
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"