diff --git a/iocage_lib/ioc_json.py b/iocage_lib/ioc_json.py index 148bcb61..6fb7ece1 100644 --- a/iocage_lib/ioc_json.py +++ b/iocage_lib/ioc_json.py @@ -434,7 +434,7 @@ def __init__(self, location, checking_datasets, silent, callback): @staticmethod def get_version(): """Sets the iocage configuration version.""" - version = '29' + version = '30' return version