Skip to content

Commit dc7b15d

Browse files
committed
bugfix
1 parent d897852 commit dc7b15d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/frc/robot/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class Config {
88
public static final String version = "1.0.0";
99

1010
//Version type
11-
public static final VersionType versionType = VersionType.RELEASE
11+
public static final VersionType versionType = VersionType.RELEASE;
1212

1313
//1 = normal, -1 = inverted
1414
public static final double kInvertDir = 1;

0 commit comments

Comments
 (0)