summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--forgeConfig.proto13
1 files changed, 7 insertions, 6 deletions
diff --git a/forgeConfig.proto b/forgeConfig.proto
index 6328d7d..8bd7325 100644
--- a/forgeConfig.proto
+++ b/forgeConfig.proto
@@ -38,12 +38,13 @@ message ForgeConfig { // `autogenpb:nom
}
enum ForgeMode {
- NEWUSER = 0; //
- MASTER = 1; // "release mode"
- DEVEL = 2; // "patch mode"
- USER = 3; // "work mode"
- NORMAL = 4; // "normal mode" // use this when you are developing code
- CLEAN = 5; // indicates "clean" was run
+ UNKNOWN = 0; //
+ NEWUSER = 1; //
+ MASTER = 2; // "release mode"
+ DEVEL = 3; // "patch mode"
+ USER = 4; // "work mode"
+ NORMAL = 5; // "normal mode" // use this when you are developing code
+ CLEAN = 6; // indicates "clean" was run
}
message ForgeConfigs { // `autogenpb:marshal` `autogenpb:nomutex`