Skip to content

Commit

Permalink
Bump to beta version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ehendrix23 committed Oct 7, 2022
1 parent 4fe1b08 commit 938c89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tesla_dashcam/tesla_dashcam.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 938c89d

Please sign in to comment.