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

Commit

Permalink
Actually fix lack of - (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
333fred authored and PeterJohnson committed Nov 21, 2016
1 parent 5caf752 commit 046d385
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 @@ -7,7 +7,7 @@ def getVersion = {
if (WPILibVersion.version.contains('-'))
return WPILibVersion.version.substring(WPILibVersion.version.indexOf('-'))
else
return WPIlibVersion.version
return ""
}

def utilVersion = "1.0.2${-> getVersion()}"
Expand Down

0 comments on commit 046d385

Please sign in to comment.