Include git sha in binary
This commit is contained in:
parent
7238e7177d
commit
59ee6b289a
6 changed files with 15 additions and 6 deletions
|
@ -11,7 +11,7 @@ namespace Geekbot.net.WebApi.Status
|
|||
{
|
||||
var responseBody = new ApiStatusDto
|
||||
{
|
||||
GeekbotVersion = Constants.BotVersion.ToString(),
|
||||
GeekbotVersion = Constants.BotVersion(),
|
||||
ApiVersion = Constants.ApiVersion.ToString(),
|
||||
Status = "Online"
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue