Merge "Update the library version string for the driver station (artf4708)"

This commit is contained in:
Brad Miller (WPI)
2015-11-02 12:20:06 -08:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -235,7 +235,7 @@ public abstract class RobotBase {
output = new FileOutputStream(file);
output.write("2015 Java 1.2.0".getBytes());
output.write("2016 Java Beta2.0".getBytes());
} catch (IOException ex) {
ex.printStackTrace();