Bump version to 6.1.12a4

This commit is contained in:
Ivan Kravets
2023-12-08 19:48:36 +02:00
parent 34545d3f12
commit 4cad98601d

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
VERSION = (6, 1, "12a3")
VERSION = (6, 1, "12a4")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"