Bump version to 6.1.7a2

This commit is contained in:
Ivan Kravets
2023-02-01 23:55:02 +02:00
parent 097de2be98
commit 18b6aad369
3 changed files with 3 additions and 3 deletions

2
docs

Submodule docs updated: 95c339a711...ba58a6e7cd

View File

@ -14,7 +14,7 @@
import sys
VERSION = (6, 1, "7a1")
VERSION = (6, 1, "7a2")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"