Skip to content

Commit 87f15db

Browse files
committed
reverted back to version 0.42.0 that was changed accidentally
1 parent 4c4e4bf commit 87f15db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'io.securecodebox'
8-
version (System.getenv("DD_CLIENT_VERSION") ? System.getenv("DD_CLIENT_VERSION") : '0.0.13-SNAPSHOT')
8+
version (System.getenv("DD_CLIENT_VERSION") ? System.getenv("DD_CLIENT_VERSION") : '0.42.0-SNAPSHOT')
99
sourceCompatibility = '11'
1010

1111
repositories {

0 commit comments

Comments
 (0)