Skip to content

Commit 9147b7a

Browse files
committed
#36 Use 1.0.0-SNAPSHOT to satosfy SemVer
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent b0e6247 commit 9147b7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group 'io.securecodebox'
12-
version (System.getenv("DD_CLIENT_VERSION") ? System.getenv("DD_CLIENT_VERSION") : '0.42.0-SNAPSHOT')
12+
version (System.getenv("DD_CLIENT_VERSION") ? System.getenv("DD_CLIENT_VERSION") : '1.0.0-SNAPSHOT')
1313
sourceCompatibility = '17'
1414

1515
repositories {
@@ -90,4 +90,4 @@ publishing {
9090

9191
test {
9292
useJUnitPlatform()
93-
}
93+
}

0 commit comments

Comments
 (0)