Skip to content

Commit

Permalink
Update to Beta 4 (#254)
Browse files Browse the repository at this point in the history
* Update to Beta 4

* beta 4, not pre beta 4
  • Loading branch information
ThadHouse authored Dec 16, 2018
1 parent 5603d1f commit 52236c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ archivesBaseName = "GradleRIO"

allprojects {
group = "edu.wpi.first"
version = "2019.1.1-beta-4-pre2"
version = "2019.1.1-beta-4"

if (project.hasProperty('publishVersion')) {
version = project.publishVersion
Expand Down
12 changes: 6 additions & 6 deletions src/main/groovy/edu/wpi/first/gradlerio/wpi/WPIExtension.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import javax.inject.Inject
@CompileStatic
class WPIExtension {
// WPILib (first.wpi.edu/FRC/roborio/maven) libs
String wpilibVersion = "2019.1.1-beta-3"
String wpilibVersion = "2019.1.1-beta-4"
String niLibrariesVersion = "2019.9.3"
String opencvVersion = "3.4.4-3"
String opencvVersion = "3.4.4-4"
static final String[] validImageVersions = ['2019_v9']

String wpilibYear = '2019'
Expand All @@ -24,10 +24,10 @@ class WPIExtension {
String jreArtifactLocation = "edu.wpi.first.jdk:roborio-2019:11.0.1u13-1"

// WPILib (first.wpi.edu/FRC/roborio/maven) Utilities
String smartDashboardVersion = "2019.1.1-beta-3"
String shuffleboardVersion = "2019.1.1-beta-3"
String outlineViewerVersion = "2019.1.1-beta-3"
String robotBuilderVersion = "2019.1.1-beta-3"
String smartDashboardVersion = "2019.1.1-beta-4"
String shuffleboardVersion = "2019.1.1-beta-4"
String outlineViewerVersion = "2019.1.1-beta-4"
String robotBuilderVersion = "2019.1.1-beta-4"
String pathWeaverVersion = "2019.1.1-beta-3"

// WPILib Toolchain (https://github.com/wpilibsuite/toolchain-builder/releases/latest) version and tag
Expand Down

0 comments on commit 52236c6

Please sign in to comment.