Bump version to 3.6.2b5

This commit is contained in:
Ivan Kravets
2018-11-21 15:00:52 +02:00
parent 4a17a9b5b3
commit b42d0efa73

View File

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