Skip to content

Commit a14cf25

Browse files
authored
Update CURRENT_VERSION to 4.0
1 parent 811900a commit a14cf25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
except ImportError:
3939
GUI_AVAILABLE = False
4040

41-
CURRENT_VERSION = "2.0"
41+
CURRENT_VERSION = "4.0"
4242
GITHUB_REPO = "56cla/AniChapters"
4343

4444

@@ -1187,4 +1187,4 @@ def run_app() -> int:
11871187

11881188

11891189
if __name__ == "__main__":
1190-
raise SystemExit(run_app())
1190+
raise SystemExit(run_app())

0 commit comments

Comments
 (0)