From 4e12ffb0ae0f257378bab7d11bbeba820f74d823 Mon Sep 17 00:00:00 2001 From: Fred Silberberg Date: Sun, 25 Dec 2016 23:01:03 -0800 Subject: [PATCH] Update the wpilib version plugin (#423) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 691dacfcc3..e5e8aa79a8 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'net.ltgt.errorprone' version '0.0.8' - id 'edu.wpi.first.wpilib.versioning.WPILibVersioningPlugin' version '1.5.1' + id 'edu.wpi.first.wpilib.versioning.WPILibVersioningPlugin' version '1.6' } // Ensure that the WPILibVersioningPlugin is setup by setting the release type, if releaseType wasn't