Skip to content

Commit b11925a

Browse files
committed
Bump version to 6.1.6a2
1 parent 7f8784e commit b11925a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platformio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import sys
1616

17-
VERSION = (6, 1, "6a1")
17+
VERSION = (6, 1, "6a2")
1818
__version__ = ".".join([str(s) for s in VERSION])
1919

2020
__title__ = "platformio"

0 commit comments

Comments
 (0)