diff --git a/canvas_grab/version.py b/canvas_grab/version.py index fd13ee8..1c6d0bb 100644 --- a/canvas_grab/version.py +++ b/canvas_grab/version.py @@ -4,7 +4,7 @@ from termcolor import colored GITHUB_RELEASE_URL = "https://api.github.com/repos/skyzh/canvas_grab/releases/latest" -VERSION = "2.1.1-alpha" +VERSION = "2.2.0" def check_latest_version():