Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
trickerer01 committed Jun 11, 2024
1 parent 7934abe commit 73aa3cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from util import normalize_path
from version import APP_NAME, APP_VERSION

RUN_CONN_TESTS = 1
RUN_CONN_TESTS = 0


def set_up_test(log=False) -> None:
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
APP_NAME = 'NM'
APP_VER_MAJOR = '1'
APP_VER_SUB = '8'
APP_REVISION = '396'
APP_REVISION = '397'
APP_VERSION = f'{APP_VER_MAJOR}.{APP_VER_SUB}.{APP_REVISION}'

#
Expand Down

0 comments on commit 73aa3cc

Please sign in to comment.