fix(nks): moving order just behind Collect Clips

This commit is contained in:
Jakub Jezek 2020-03-13 14:42:36 +01:00
parent fa4c19083d
commit 569818a25d
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

@ -8,7 +8,7 @@ class CollectInstanceVersion(api.InstancePlugin):
version of the actual project.
"""
order = api.CollectorOrder + 0.015
order = api.CollectorOrder + 0.011
label = "Collect Instance Version"
def process(self, instance):