We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d897852 commit dc7b15dCopy full SHA for dc7b15d
1 file changed
src/main/java/frc/robot/Config.java
@@ -8,7 +8,7 @@ public class Config {
8
public static final String version = "1.0.0";
9
10
//Version type
11
- public static final VersionType versionType = VersionType.RELEASE
+ public static final VersionType versionType = VersionType.RELEASE;
12
13
//1 = normal, -1 = inverted
14
public static final double kInvertDir = 1;
0 commit comments