Skip to content

Commit 514148c

Browse files
authored
Merge pull request #18 from embulk/bump-up-to-v0.10.37
Bump up to v0.10.37
2 parents 231e9ac + b0565a6 commit 514148c

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
@@ -2,7 +2,7 @@ plugins {
22
id "java"
33
id "java-library"
44
id "maven-publish"
5-
id "org.ajoberstar.grgit" version "4.1.0"
5+
id "org.ajoberstar.grgit" version "4.1.1"
66
id "org.embulk.embulk-plugins" version "0.4.2" apply false
77
}
88

@@ -11,7 +11,7 @@ repositories {
1111
}
1212

1313
group = "org.embulk"
14-
version = "0.10.36-SNAPSHOT"
14+
version = "0.10.37-SNAPSHOT"
1515

1616
task releaseCheck {
1717
doFirst {

0 commit comments

Comments
 (0)