Skip to content

Commit 0118207

Browse files
committed
[clean]gem versioning
1 parent 1c1d6a0 commit 0118207

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ group = "io.trocco"
1616
description = "Bigquery output for embulk"
1717

1818
version = {
19-
def baseVersion = "0.1.0"
2019
def vd = versionDetails()
2120
if (vd.commitDistance == 0 && vd.lastTag ==~ /^v[0-9]+\.[0-9]+\.[0-9]+(\.[a-zA-Z0-9]+)?/) {
2221
vd.lastTag.substring(1)
2322
} else {
24-
"${baseVersion}.${vd.gitHash}.pre"
23+
"0.0.0.${vd.gitHash}.pre"
2524
}
2625
}()
2726

0 commit comments

Comments
 (0)