summaryrefslogtreecommitdiffstats
path: root/api/logic/meta/JsonFormat.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/meta/JsonFormat.h')
-rw-r--r--api/logic/meta/JsonFormat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/logic/meta/JsonFormat.h b/api/logic/meta/JsonFormat.h
index 82ab0ce3..391ce376 100644
--- a/api/logic/meta/JsonFormat.h
+++ b/api/logic/meta/JsonFormat.h
@@ -31,7 +31,7 @@ class VersionList;
enum class MetadataVersion
{
Invalid = -1,
- InitialRelease = 0
+ InitialRelease = 1
};
class ParseException : public Exception