diff --git a/build.gradle b/build.gradle index 5337972..fbaab2c 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ repositories { } group = "org.embulk" -version = "0.2.0-SNAPSHOT" +version = "0.2.0" description = "Executes a command and reads a file from its STDOUT." configurations { @@ -179,4 +179,4 @@ checkstyle { ] ignoreFailures = false maxWarnings = 0 -} \ No newline at end of file +}