Bump version to 6.1.4b3

This commit is contained in:
Ivan Kravets
2022-08-04 10:48:58 +03:00
parent 59902abd09
commit 17a7293967

View File

@ -14,7 +14,7 @@
import sys
VERSION = (6, 1, "4b2")
VERSION = (6, 1, "4b3")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"