Bump version to 5.2.4b4

This commit is contained in:
Ivan Kravets
2021-12-08 18:40:37 +02:00
parent 5534394b06
commit fe69f3de04

View File

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