Skip to content

Commit

Permalink
2024.11.23 release
Browse files Browse the repository at this point in the history
  • Loading branch information
basilisk-dev committed Nov 22, 2024
1 parent d7589fa commit e6e4d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basilisk/confvars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ fi
# When not exported at all we fall back the value in the version*.txt file.
if test -n "$BASILISK_VERSION" ; then
if [ "$BASILISK_VERSION" = "1" ]; then
MOZ_APP_VERSION=52.9.2024.10.24
MOZ_APP_VERSION_DISPLAY=2024.10.24
MOZ_APP_VERSION=52.9.2024.11.23
MOZ_APP_VERSION_DISPLAY=2024.11.23
else
MOZ_APP_VERSION=52.9.$BASILISK_VERSION
MOZ_APP_VERSION_DISPLAY=$BASILISK_VERSION
Expand Down

0 comments on commit e6e4d6e

Please sign in to comment.