We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a823d commit 65397feCopy full SHA for 65397fe
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, "10a4")
+VERSION = (6, 1, "10b1")
16
__version__ = ".".join([str(s) for s in VERSION])
17
18
__title__ = "platformio"
0 commit comments