From 31008fbcfcac81c71e26411a47f38fb0ba46fe6c Mon Sep 17 00:00:00 2001 From: jessicasyu <15913767+jessicasyu@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:58:32 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.1.3=20=E2=86=92=203.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- version.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 9b7d12c2..219d3ced 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id "com.palantir.git-version" version "3.0.0" } -version = "3.1.3" +version = "3.1.4" sourceCompatibility = 1.8 repositories { diff --git a/version.properties b/version.properties index 21d98d2c..7784ed7c 100644 --- a/version.properties +++ b/version.properties @@ -1,4 +1,4 @@ -#Mon, 05 Feb 2024 10:50:05 -0500 +#Mon, 26 Feb 2024 14:57:57 -0500 major=3 minor=1 -patch=3 +patch=4