Updated release number for the new release

Change-Id: Ib05f1db442cd1eacd77653c0e0984a5337609f7b
This commit is contained in:
Fredric Silberberg
2016-02-11 16:12:35 -05:00
parent 952ebb11ad
commit 6bd1654b80
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 3".getBytes());
output.write("2016 Java Release 4".getBytes());
} catch (IOException ex) {
ex.printStackTrace();