libvideosite: Add default value for config version
[videosite.git] / libvideosite.pm
index 10f1e81..38aba57 100644 (file)
@@ -46,7 +46,8 @@ my $defaultconfig = {
             '_immutable' => '1',
             'schemas' => {},
         }
-    }
+    },
+    'config-version' => '2',
 };
 
 #