We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b43d5e commit c01ddd0Copy full SHA for c01ddd0
build.gradle
@@ -16,7 +16,7 @@ group = "io.trocco"
16
description = "Bigquery output for embulk"
17
18
version = {
19
- def baseVersion = "0.0.22"
+ def baseVersion = "0.1.0"
20
def vd = versionDetails()
21
if (vd.commitDistance == 0 && vd.lastTag ==~ /^v[0-9]+\.[0-9]+\.[0-9]+(\.[a-zA-Z0-9]+)?/) {
22
baseVersion
0 commit comments