Add version string to config endpoint

This commit is contained in:
Gabe Kangas
2020-06-30 17:49:17 -07:00
parent 85cec76445
commit 1f51ef9668
4 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ async function setupApp() {
app.summary = config.summary && addNewlines(config.summary);
app.tags = config.tags;
app.title = config.title;
app.appVersion = config.appVersion;
app.appVersion = config.version;
try {