diff --git a/PluralKit.API/Controllers/PrivateController.cs b/PluralKit.API/Controllers/PrivateController.cs index 843cdd8a..6bbce231 100644 --- a/PluralKit.API/Controllers/PrivateController.cs +++ b/PluralKit.API/Controllers/PrivateController.cs @@ -35,7 +35,7 @@ public class PrivateController: PKControllerBase var o = new JObject(); o.Add("shards", shards.ToJson()); o.Add("stats", stats.ToJson()); - o.Add("version", BuildInfoService.Version); + o.Add("version", BuildInfoService.FullVersion); return Ok(o); }