Expose git version in 'pk;stats' and '/v1/meta'
This commit is contained in:
@@ -32,6 +32,7 @@ namespace PluralKit.API
|
||||
|
||||
var o = new JObject();
|
||||
o.Add("shards", shards.ToJSON());
|
||||
o.Add("version", BuildInfoService.Version);
|
||||
|
||||
return Ok(o);
|
||||
}
|
||||
|
Reference in New Issue
Block a user