mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
chore: bump export file version
This commit is contained in:
parent
32b41de331
commit
917aacc4f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue