Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Bump wpiutil version to 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Nov 19, 2016
1 parent 38ec59f commit 0b1e876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.gradle.internal.os.OperatingSystem
apply plugin: 'maven-publish'
apply plugin: 'edu.wpi.first.wpilib.versioning.WPILibVersioningPlugin'

def utilVersion = "1.0.1${-> WPILibVersion.version.substring(WPILibVersion.version.indexOf('-'))}"
def utilVersion = "1.0.2${-> WPILibVersion.version.substring(WPILibVersion.version.indexOf('-'))}"
def utilFile = file("$buildDir/wpiutil.txt")
def ntcoreFile = file("$buildDir/ntcore.txt")

Expand Down

0 comments on commit 0b1e876

Please sign in to comment.