From bd8ac2935b32e27946e7eb547a4ca0baec878ba6 Mon Sep 17 00:00:00 2001 From: Cutls Date: Tue, 17 Sep 2019 01:37:18 +0900 Subject: [PATCH] to Travis --- 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 f9d48a3f..ebd98c5d 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.0)" +let ver = "Usamin (18.10.1)-beta" const execSync = require('child_process').execSync; let gitHash = execSync("git rev-parse HEAD").toString().trim() fs.writeFileSync("../../git", gitHash)