iterated up base version reported by firmware #featureadd

This commit is contained in:
pyr0ball 2020-10-14 16:34:42 -07:00
parent 15e00ff6e0
commit 3385377041

View file

@ -1,7 +1,7 @@
#!/usr/bin/python3
import subprocess
major_version = "2.3.1"
major_version = "2.3.2"
git_head = str(subprocess.check_output(["git", "rev-parse", "HEAD"])[0:6])