chore: bump export file version

This commit is contained in:
spiral 2022-04-24 14:40:49 -04:00
parent 32b41de331
commit 917aacc4f4
No known key found for this signature in database
GPG Key ID: 244A11E4B0BCF40E

View File

@ -26,7 +26,7 @@ public class DataFileService
await using var conn = await _db.Obtain();
var o = new JObject();
o.Add("version", 1);
o.Add("version", 2);
o.Merge(system.ToJson(LookupContext.ByOwner));