Skip to content

Commit 1e2c37c

Browse files
committed
Bump version to 6.1.12a5
1 parent 204a60d commit 1e2c37c

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
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
VERSION = (6, 1, "12a4")
15+
VERSION = (6, 1, "12a5")
1616
__version__ = ".".join([str(s) for s in VERSION])
1717

1818
__title__ = "platformio"

0 commit comments

Comments
 (0)