Bump version to 6.1.17b2

This commit is contained in:
Ivan Kravets
2024-12-18 14:39:48 +02:00
parent b6d1f4d769
commit 4d4f5a217b

View File

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