Core: Roll the version number back to 1.0.0

This commit is contained in:
Mike Auty
2021-01-20 21:29:30 +00:00
parent 3911098d27
commit d14ba9e96e
89 changed files with 91 additions and 91 deletions
@@ -29,7 +29,7 @@ class GetSIDs(interfaces.plugins.PluginInterface):
"""Print the SIDs owning each process"""
_version = (1, 0, 0)
_required_framework_version = (2, 0, 0)
_required_framework_version = (1, 0, 0)
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)