Bump version to 6.1.0b2

This commit is contained in:
Ivan Kravets
2022-07-04 13:55:11 +03:00
parent de856ee730
commit 3928cb522e

View File

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