Skip to content

Commit

Permalink
scripts: change VERSION_FALLBACK to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaricchi committed Mar 6, 2024
1 parent 334de12 commit 48b3c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/taiseilib/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
import subprocess
import shlex
import re
import os
import os


class VersionFormatError(common.TaiseiError):
pass


VERSION_FALLBACK = 'v1.4.1-dev'
VERSION_FALLBACK = 'v1.4.1'
OVERRIDE_FILE_NAME = '.VERSION'


Expand Down

0 comments on commit 48b3c03

Please sign in to comment.