From 75c0046f41c2f69750fcf0913442d4e5336885b1 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Fri, 29 Dec 2017 01:49:23 +0100 Subject: NOISSUE initial meta version will be 1, map 0 to 1 Metadata for version 1 will be at v1.meta.multimc.org --- api/logic/meta/JsonFormat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/logic/meta/JsonFormat.h') 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 -- cgit