Try to fix command not found on windows with cmd/C

This commit is contained in:
zontreck 2024-11-25 01:07:03 -07:00
parent f709d6f3e8
commit d4a772b6d2
3 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
class Consts {
static const VERSION = "1.1.112524.0020";
static const VERSION = "1.1.112524.0106";
}