Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
minoue committed Jan 6, 2019
1 parent 627a42e commit f40d77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plug-ins/Rush.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ def initializePlugin(mobject):
mobject (OpenMaya.MObject):
"""
mplugin = OpenMaya.MFnPlugin(mobject, "Michitaka Inoue", "2.2.6", "Any")
mplugin = OpenMaya.MFnPlugin(mobject, "Michitaka Inoue", "2.2.7", "Any")
try:
mplugin.registerCommand(kPluginCmdName, Rush.cmdCreator, syntaxCreator)
except:
Expand Down

0 comments on commit f40d77b

Please sign in to comment.