Package and make.js

This commit is contained in:
Cutls
2019-09-14 02:24:06 +09:00
parent c9edf47643
commit ab8da89fbc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
const fs = require("fs")
let ver = "Usamin (18.9.2)"
let ver = "Usamin (18.10.0)"
const execSync = require('child_process').execSync;
let gitHash = execSync("git rev-parse HEAD").toString().trim()
fs.writeFileSync("../../git", gitHash)