Bump PlatformIO 3.2 Beta 4

This commit is contained in:
Ivan Kravets
2016-11-30 19:25:23 +02:00
parent 4beb04d8b9
commit 48b87db2fb

View File

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