Skip to content

Commit

Permalink
Update version in menu header
Browse files Browse the repository at this point in the history
  • Loading branch information
passivestar committed Nov 20, 2023
1 parent 12ce081 commit 74f0707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ def execute(self, context):
# @QuickMenu

class QuickMenu(bpy.types.Menu):
bl_idname, bl_label = 'OBJECT_MT_quick_menu', 'Quick Menu (v.3 beta 2)'
bl_idname, bl_label = 'OBJECT_MT_quick_menu', 'Quick Menu (v.3 beta 3)'

def draw(self, context):
layout = self.layout
Expand Down

0 comments on commit 74f0707

Please sign in to comment.