Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Bump version for next changeset.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Jun 16, 2021
1 parent a10f60c commit ab5ebd9
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 @@ -8,7 +8,7 @@ plugins {
}
subprojects {
group = "com.github.cs125-illinois.questioner"
version = "2021.6.5"
version = "2021.6.6"
tasks.withType<KotlinCompile> {
val javaVersion = JavaVersion.VERSION_1_8.toString()
sourceCompatibility = javaVersion
Expand Down

0 comments on commit ab5ebd9

Please sign in to comment.