Bump version to 5.2.3b5

This commit is contained in:
Ivan Kravets
2021-11-05 12:58:12 +02:00
parent 4a9a478243
commit 00d298935a

View File

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