From 740d5efcca6e605623d7bb29e3964443711b4e34 Mon Sep 17 00:00:00 2001 From: Geoffrey Challen Date: Sun, 30 Oct 2022 18:17:05 -0500 Subject: [PATCH] Bump version. --- build.gradle.kts | 2 +- src/main/resources/edu.illinois.cs.cs125.jenisol.core.version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index bc55541..fd0d87d 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.10.4" +version = "2022.10.5" 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 f50b44e..28b36ad 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.10.4 \ No newline at end of file +version=2022.10.5 \ No newline at end of file