Skip to content

Commit 70d8e14

Browse files
committed
Update wpilib and build version number
1 parent 4e45176 commit 70d8e14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "edu.wpi.first.GradleRIO" version "2022.1.1"
2+
id "edu.wpi.first.GradleRIO" version "2022.4.1"
33
id "java-library"
44
id "maven-publish"
55
}
@@ -9,7 +9,7 @@ targetCompatibility = JavaVersion.VERSION_11
99
def includeDesktopSupport = true
1010

1111
group 'com.thegongoliers'
12-
version '6.0.0-beta03'
12+
version '6.0.0'
1313

1414

1515
publishing {

0 commit comments

Comments
 (0)