From 2be002057e5514db2e6fbc989ef34d3b1a07ca34 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 23:28:29 +0000 Subject: [PATCH] Version 1.4.5 Update languages [skip actions] Fix whitespace [skip actions] Unlock hidden points (#2016) Clean-Up Startup Sequence Output the handbook based off the client language (#1993) Update gc to 3.3 (#1981) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 842a0ba7d..abb28a2d7 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ sourceCompatibility = JavaVersion.VERSION_17 targetCompatibility = JavaVersion.VERSION_17 group = 'xyz.grasscutters' -version = '1.4.5-dev' +version = '1.4.5' sourceCompatibility = 17 targetCompatibility = 17