From 917aacc4f4de6dd130f9ad2e7685d1ff1b1c1d79 Mon Sep 17 00:00:00 2001 From: spiral Date: Sun, 24 Apr 2022 14:40:49 -0400 Subject: [PATCH] chore: bump export file version --- PluralKit.Core/Services/DataFileService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PluralKit.Core/Services/DataFileService.cs b/PluralKit.Core/Services/DataFileService.cs index 9b5a6365..e007387e 100644 --- a/PluralKit.Core/Services/DataFileService.cs +++ b/PluralKit.Core/Services/DataFileService.cs @@ -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));