diff --git a/src/ncc/Abstracts/NccBuildFlags.php b/src/ncc/Abstracts/NccBuildFlags.php index 7d27a69..c156b08 100644 --- a/src/ncc/Abstracts/NccBuildFlags.php +++ b/src/ncc/Abstracts/NccBuildFlags.php @@ -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'; } \ No newline at end of file diff --git a/src/ncc/version.json b/src/ncc/version.json index aab248b..0f0ae15 100644 --- a/src/ncc/version.json +++ b/src/ncc/version.json @@ -1,7 +1,7 @@ { "version": "1.0.0", - "branch": "master", - "flags": ["UNSTABLE"], + "branch": "v1.0.0_alpha", + "flags": [], "components": [ { "vendor": "defuse",