diff --git a/tesla_dashcam/tesla_dashcam.py b/tesla_dashcam/tesla_dashcam.py index 6bb1f11..a6ab28a 100644 --- a/tesla_dashcam/tesla_dashcam.py +++ b/tesla_dashcam/tesla_dashcam.py @@ -37,7 +37,7 @@ # different ones to be created based on where it should go to (stdout, # log file, ...). -VERSION = {"major": 0, "minor": 1, "patch": 21, "beta": 1} +VERSION = {"major": 0, "minor": 1, "patch": 21, "beta": 2} VERSION_STR = f"v{VERSION['major']}.{VERSION['minor']}.{VERSION['patch']}" if VERSION["beta"] > -1: