fix: normalize beta version

This commit is contained in:
aclist 2025-11-22 01:04:19 +09:00
parent a3092b1bf3
commit 113e5f885b
3 changed files with 7 additions and 7 deletions

View File

@ -1,10 +1,10 @@
# Changelog
## [6.0.1-beta.4] 2025-11-14
## [6.0.0-beta.12] 2025-11-14
## Changed
- Require Python 3.13
## [6.0.1-beta.3] 2025-11-13
## [6.0.0-beta.11] 2025-11-13
## Added
- Support sandboxed flatpak
@ -14,12 +14,12 @@
## Fixed
- Config file erroneously getting updated when populating settings menu
## [6.0.1-beta.2] 2025-11-10
## [6.0.0-beta.10] 2025-11-10
## Fixed
- Python 3.14 error in finally block
- Require Python version between 3.11 and 3.12
## [6.0.1-beta.1] 2025-11-05
## [6.0.0-beta.9] 2025-11-05
## Fixed
- UI not being constructed correctly if CHANGELOG.md was missing

View File

@ -3,7 +3,7 @@ set -o pipefail
src_path=$(realpath "$0")
version=6.0.1.beta-4
version=6.0.0.beta-12
#CONSTANTS
aid=221100
@ -601,7 +601,7 @@ fetch_helpers_by_sum(){
[[ -f "$config_file" ]] && source "$config_file"
declare -A sums
sums=(
["funcs"]="39fa4c302a508f63dcfe5ca3cff9bc01"
["funcs"]="bb059b81826babc53a268d0f5afe1110"
["query_v2.py"]="55d339ba02512ac69de288eb3be41067"
["servers.py"]="ed442c3aecf33f777d59dcf53650d263"
["ui.py"]="2276386252bd571b3505cbbc74359732"

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -o pipefail
version="6.0.1-beta.4"
version="6.0.0-beta.12"
#CONSTANTS
aid=221100