We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed75d9 commit 04a0b14Copy full SHA for 04a0b14
build.gradle.kts
@@ -56,7 +56,7 @@ publishing {
56
create<MavenPublication>("meepmeep") {
57
groupId = "com.acmerobotics.roadrunner"
58
artifactId = "MeepMeep"
59
- version = "0.1.6"
+ version = "0.1.7"
60
61
from(components["java"])
62
artifact(sourcesJar)
0 commit comments