Updated build flag

This commit is contained in:
Netkas 2022-12-07 20:59:55 -05:00
parent f4abc020ec
commit daa954bd76
2 changed files with 3 additions and 3 deletions

View file

@ -8,5 +8,5 @@
* Indicates if the build is currently unstable and some features may not work correctly
* and can cause errors
*/
const Unstable = 'UNSTABLE';
const Unstable = 'unstable';
}

View file

@ -1,7 +1,7 @@
{
"version": "1.0.0",
"branch": "master",
"flags": ["UNSTABLE"],
"branch": "v1.0.0_alpha",
"flags": [],
"components": [
{
"vendor": "defuse",