From 4518a5b51f788c8c4af6649b9fb8780239a168f9 Mon Sep 17 00:00:00 2001 From: Hiroyuki Sato Date: Fri, 10 May 2024 13:53:44 +0900 Subject: [PATCH] Release v0.2.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}