Skip to content

Commit

Permalink
Updated GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinOrlowski committed Oct 23, 2023
1 parent aec6f43 commit eab196f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transtool/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Const(object):
APP_NAME: str = 'trans-tool'
APP_VERSION: str = '2.5.3'
APP_URL: str = 'https://github.com/MarcinOrlowski/trans-tool/'
APP_YEARS: str = '2021-2023';
APP_YEARS: str = '2021-2023'

APP_DESCRIPTION: List[str] = [
f'{APP_NAME} v{APP_VERSION} * Copyright {APP_YEARS} by Marcin Orlowski.',
Expand Down

0 comments on commit eab196f

Please sign in to comment.