From 11689e6d189c0f8d194fed8b8b7a008a78ef25fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Acid=20Chicken=20=28=E7=A1=AB=E9=85=B8=E9=B6=8F=29?= Date: Sun, 20 Jan 2019 13:40:41 +0900 Subject: [PATCH] Better version format --- src/server/api/mastodon/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/api/mastodon/index.ts b/src/server/api/mastodon/index.ts index bdd1fdf0f..e14256be0 100644 --- a/src/server/api/mastodon/index.ts +++ b/src/server/api/mastodon/index.ts @@ -49,7 +49,7 @@ router.get('/v1/instance', async ctx => { // TODO: This is a temporary implement title: meta.name || 'Misskey', description: meta.description || '', email: meta.maintainer.email, - version: `0.0.0:compatible:misskey:${pkg.version}`, // TODO: How to tell about that this is an api for compatibility? + version: `0.0.0 (compatible; Misskey)`, // TODO: commit hash thumbnail: meta.bannerUrl, /* urls: {