Skip to content

Commit c53cd44

Browse files
committed
update version #
1 parent bcf42cc commit c53cd44

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
@@ -6,12 +6,12 @@ plugins {
66
id "maven-publish"
77
id "org.jetbrains.kotlin.jvm" version "1.7.21"
88
id "com.google.devtools.ksp" version "1.7.21-1.0.8"
9-
id "edu.wpi.first.GradleRIO" version "2024.1.1"
9+
id "edu.wpi.first.GradleRIO" version "2024.2.1"
1010
id "com.diffplug.spotless" version "6.12.1"
1111
}
1212

1313
group = "org.strykeforce"
14-
version = "24.0.1-SNAPSHOT"
14+
version = "24.0.1"
1515

1616
sourceCompatibility = JavaVersion.VERSION_17
1717
targetCompatibility = JavaVersion.VERSION_17

0 commit comments

Comments
 (0)