Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
[FIX] Add Version Patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jqshuv committed May 13, 2022
1 parent 58c53a8 commit 7592c32
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions patches/0003-Change-Version.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
From 09a3aa6e85902ef036fc61ca468b63a8c28ff9f3 Mon Sep 17 00:00:00 2001
From: Joshua <jqshuv@gmail.com>
Date: Fri, 13 May 2022 10:28:51 +0200
Subject: [PATCH] [TEMP] Change Version

---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 7fabe39..e194341 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ plugins {
}

group = 'atm.bloodworkxgaming'
-version = '2.3.1'
+version = '2.3.2'

sourceCompatibility = 1.8

--
2.35.3.windows.1

0 comments on commit 7592c32

Please sign in to comment.