Skip to content

Commit bb34a11

Browse files
authored
set version to 0.1.0.RELEASE
1 parent 729060b commit bb34a11

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
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group 'io.github.polarene'
6-
version '0.1.0-SNAPSHOT'
6+
version '0.1.0.RELEASE'
77

88
repositories {
99
mavenCentral()
@@ -30,4 +30,4 @@ compileTestKotlin {
3030
kotlinOptions {
3131
jvmTarget = "1.8"
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)