Skip to content

Commit 2a779e2

Browse files
authored
Merge pull request #75 from DeployGate/jmatsu/bump/4.6.0
Bump to 4.6.0
2 parents e2c9609 + e200ead commit 2a779e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
ext {
3-
releaseVersion = '4.6.0-alpha03'
3+
releaseVersion = '4.6.0'
44
}
55

66
buildscript {
@@ -32,4 +32,4 @@ task verifyReleaseVersion() {
3232
throw new GradleException("${project.ext.releaseVersion} does not equal to ${System.getenv("RELEASE_VERSION")}")
3333
}
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)