From 13b304c8c7a16dfc07b5ed48007bd12db01b4c30 Mon Sep 17 00:00:00 2001 From: greysonfang Date: Wed, 20 Dec 2023 16:20:58 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=A0=A1=E9=AA=8C=E7=94=A8?= =?UTF-8?q?=E6=88=B7/=E9=83=A8=E9=97=A8=E6=98=AF=E5=90=A6=E5=B1=9E?= =?UTF-8?q?=E4=BA=8E=E7=BB=84=EF=BC=8C=E5=A2=9E=E5=8A=A0=E5=87=BA=E5=8F=82?= =?UTF-8?q?=20#82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5ba92f7..3bb43f1 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ ext { set('lombokVersion', '1.18.10') set("junitVersion", "5.4.2") - String iamVersion = (System.getProperty("iamVersion") ?: "1.0.41") + String iamVersion = (System.getProperty("iamVersion") ?: "1.0.42") if (System.getProperty("snapshot") == "true") { set('iamVersion', iamVersion + "-SNAPSHOT") } else {