From e200ead3fec3b5f61ebc17f49100b9a97e4291a7 Mon Sep 17 00:00:00 2001 From: Jumpei Matsuda Date: Thu, 5 Oct 2023 17:51:12 +0900 Subject: [PATCH] Update build.gradle --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 50fcc62..874b707 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. ext { - releaseVersion = '4.6.0-alpha03' + releaseVersion = '4.6.0' } buildscript { @@ -32,4 +32,4 @@ task verifyReleaseVersion() { throw new GradleException("${project.ext.releaseVersion} does not equal to ${System.getenv("RELEASE_VERSION")}") } } -} \ No newline at end of file +}