From a0b6610b7d461a05c99e0d8f278d95288cfec279 Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 5 Oct 2019 02:48:06 +0900 Subject: [PATCH] 18.11.0 --- app/view/make/make.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/view/make/make.js b/app/view/make/make.js index cfa6a9d5..83a6d347 100644 --- a/app/view/make/make.js +++ b/app/view/make/make.js @@ -1,5 +1,5 @@ const fs = require("fs") -let ver = "Usamin (18.10.1)" +let ver = "Usamin (18.11.0)" const execSync = require('child_process').execSync; let gitHash = execSync("git rev-parse HEAD").toString().trim() fs.writeFileSync("../../git", gitHash)