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 +}