Skip to content

Commit

Permalink
cli: Fix app version error (#2894)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEvilSkeleton authored May 9, 2023
1 parent 071898c commit 175eb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bottles/frontend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def do_command_line(self, command):
self.arg_exe = commands.lookup_value("executable").get_string()

if commands.contains("version"):
print(VERSION)
print(APP_VERSION)
quit()

if commands.contains("bottle"):
Expand Down

0 comments on commit 175eb0a

Please sign in to comment.