Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
oRazeD committed Aug 30, 2024
1 parent e88ac99 commit 62e4869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def is_camera_in_3d_view() -> bool:
def format_bl_label(
name: str = "GrabDoc",
# NOTE: MUST BE CHANGED ALONGSIDE BL_INFO
bl_version: str = (1, 4, 4)
bl_version: str = (1, 4, 5)
) -> str:
tuples_version_pattern = r'\((\d+), (\d+), (\d+)\)'
match = re.match(tuples_version_pattern, str(bl_version))
Expand Down

0 comments on commit 62e4869

Please sign in to comment.