Update web, use centrally defined version (#6500)

This commit is contained in:
Austin
2025-04-08 10:09:23 -04:00
committed by GitHub
parent c0dab4a672
commit cfc2a96a45
5 changed files with 17 additions and 4 deletions

View File

@@ -2,6 +2,10 @@ function meshtastic_version {
meshtastic_version=$(python3 bin/buildinfo.py short)
echo -n "$meshtastic_version"
}
function web_version {
web_version=$(cat bin/web.version)
echo -n "$web_version"
}
function git_commits_num {
total_commits=$(git rev-list --all --count)
echo -n "$total_commits"

1
bin/web.version Normal file
View File

@@ -0,0 +1 @@
2.6.0