Bump version to 3.0.2 and update release date to 2026-1-9

This commit is contained in:
pablorevilla-meshtastic
2026-01-09 11:49:58 -08:00
parent 9912f6b181
commit da31794d8d

View File

@@ -3,8 +3,8 @@
import subprocess
from pathlib import Path
__version__ = "3.0.1"
__release_date__ = "2025-12-4"
__version__ = "3.0.2"
__release_date__ = "2026-1-9"
def get_git_revision():