Updated release to version 5.

This commit is contained in:
Fredric Silberberg
2016-03-01 15:55:19 -05:00
parent 623a5fcf8d
commit 16343bbe71
2 changed files with 2 additions and 2 deletions

View File

@@ -223,7 +223,7 @@ public abstract class RobotBase {
output = new FileOutputStream(file);
output.write("2016 Java Release 4".getBytes());
output.write("2016 Java Release 5".getBytes());
} catch (IOException ex) {
ex.printStackTrace();