Skip to content

Commit

Permalink
Yes, we really are providing a new beta version containing SIX extra …
Browse files Browse the repository at this point in the history
…characters!!!

In all seriousness I was planning on getting some extra diagnostic and logging tools done alongside the hotfix but last night's mistakes proved how fried I am and that I need a bit of a break.
  • Loading branch information
Daniel "Speyedr" Summer authored and Daniel "Speyedr" Summer committed Nov 30, 2021
1 parent 84dd766 commit 0620951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
ipv4 = re.compile(r"((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\.|$)){4}")
domain = re.compile(r"^[a-z]+([a-z0-9-]*[a-z0-9]+)?(\.([a-z]+([a-z0-9-]*[\[a-z0-9]+)?)+)*$")

version = '3.1.0b2'
version = '3.1.0b3'

style = Style([
('qmark', 'fg:#00FFFF bold'), # token in front of the question
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Executable('app.py', targetName='Guardian.exe', icon='logo.ico')
]

version = '3.1.0b2-fastload-fix'
version = '3.1.0b3-fastload-fix'

build_path = 'build/exe.win-amd64-{}.{}'.format(sys.version_info.major, sys.version_info.minor)

Expand Down

0 comments on commit 0620951

Please sign in to comment.