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