diff --git a/build.gradle.kts b/build.gradle.kts index 16a5a82..7862657 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ import java.util.Properties import org.jetbrains.kotlin.gradle.tasks.KotlinCompile group = "com.github.cs125-illinois" -version = "2022.9.2" +version = "2022.9.3" plugins { kotlin("jvm") version "1.7.20" diff --git a/src/main/resources/edu.illinois.cs.cs125.jenisol.core.version b/src/main/resources/edu.illinois.cs.cs125.jenisol.core.version index f40d3f5..81b72c6 100644 --- a/src/main/resources/edu.illinois.cs.cs125.jenisol.core.version +++ b/src/main/resources/edu.illinois.cs.cs125.jenisol.core.version @@ -1 +1 @@ -version=2022.9.2 \ No newline at end of file +version=2022.9.3 \ No newline at end of file