PM_K-1: keep firmware versioning in the 0.0.x series (0.1.0 -> 0.0.13)

Per request, stay on 0.0.x; the lane-editor build is relabeled 0.0.13 (no code change).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Me Here 2026-05-29 14:55:36 -05:00
parent dbc9fa7fdc
commit 73d18ab1f3
2 changed files with 1 additions and 1 deletions

View file

@ -18,7 +18,7 @@
import board, busio, digitalio, analogio, pwmio, displayio, vectorio, time, json, gc, os, supervisor
supervisor.runtime.autoreload = False # we write our own files (log + pushed programs); never self-restart
APP_VERSION = "0.1.0" # firmware version (the A/B updater pushes/compares this)
APP_VERSION = "0.0.13" # firmware version (the A/B updater pushes/compares this)
try:
import rtc # set from the editor's clock SysEx so the log has real timestamps
except ImportError: