18.11.0
This commit is contained in:
parent
c4e06f90f8
commit
a0b6610b7d
|
@ -1,5 +1,5 @@
|
||||||
const fs = require("fs")
|
const fs = require("fs")
|
||||||
let ver = "Usamin (18.10.1)"
|
let ver = "Usamin (18.11.0)"
|
||||||
const execSync = require('child_process').execSync;
|
const execSync = require('child_process').execSync;
|
||||||
let gitHash = execSync("git rev-parse HEAD").toString().trim()
|
let gitHash = execSync("git rev-parse HEAD").toString().trim()
|
||||||
fs.writeFileSync("../../git", gitHash)
|
fs.writeFileSync("../../git", gitHash)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user