[mod] main:increase version
This commit is contained in:
parent
eb6fda2cdf
commit
bcc0283149
|
|
@ -2,7 +2,7 @@ async function main(
|
|||
) : Promise<void>
|
||||
{
|
||||
// consts
|
||||
const version : string = "0.8";
|
||||
const version : string = "0.9";
|
||||
const workdir : string = __dirname;
|
||||
|
||||
// init translations
|
||||
|
|
|
|||
Loading…
Reference in a new issue