mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Updated to NI image v18
Change-Id: If120eee63c7815bfcf2f05fdf48a0399497a645d
This commit is contained in:
@@ -222,7 +222,7 @@ public abstract class RobotBase {
|
||||
|
||||
output = new FileOutputStream(file);
|
||||
|
||||
output.write("2016 Java Beta2.0".getBytes());
|
||||
output.write("2016 Java Beta5.0".getBytes());
|
||||
|
||||
} catch (IOException ex) {
|
||||
ex.printStackTrace();
|
||||
|
||||
Reference in New Issue
Block a user