There was an error while loading. Please reload this page.
1 parent d907ecb commit 20e0761Copy full SHA for 20e0761
platformio/__init__.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-VERSION = (6, 1, "17b2")
+VERSION = (6, 1, "17rc1")
16
__version__ = ".".join([str(s) for s in VERSION])
17
18
__title__ = "platformio"
0 commit comments