Skip to content

Commit

Permalink
Bumping version to fix Jitpack build.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Feb 23, 2021
1 parent 3cf6834 commit c322f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ allprojects {
}
subprojects {
group = "com.github.cs125-illinois.jenisol"
version = "2021.2.6"
version = "2021.2.7"
tasks.withType<JavaCompile> {
options.compilerArgs.add("-parameters")
}
Expand Down

0 comments on commit c322f41

Please sign in to comment.