diff --git a/src/index.ts b/src/index.ts
index ed23ff7e72..259f5b1b0c 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -111,6 +111,7 @@ async function workerMain() {
  */
 async function init(): Promise<Config> {
 	Logger.info('Welcome to Misskey!');
+	Logger.info(`<<< Misskey v${pkg.version} >>>`);
 
 	new Logger('Deps').info(`Node.js ${process.version}`);
 	MachineInfo.show();