We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f857d8 commit 4d0c5a8Copy full SHA for 4d0c5a8
1 file changed
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
sourceCompatibility = JavaVersion.VERSION_1_8
9
targetCompatibility = JavaVersion.VERSION_1_8
10
11
-version = '0.4.3'
+version = '0.5.0'
12
13
def ENV = System.getenv()
14
version = version + (ENV.GITHUB_ACTIONS ? "" : "+local")
0 commit comments