forked from platformio/platformio-core
Bump version to 3.5.0a10
This commit is contained in:
2
docs
2
docs
Submodule docs updated: ff0edca699...cfd1df9393
@ -14,7 +14,7 @@
|
||||
|
||||
import sys
|
||||
|
||||
VERSION = (3, 5, "0a9")
|
||||
VERSION = (3, 5, "0a10")
|
||||
__version__ = ".".join([str(s) for s in VERSION])
|
||||
|
||||
__title__ = "platformio"
|
||||
|
Reference in New Issue
Block a user