Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyuki-sato committed May 10, 2024
1 parent 6280f7b commit 4518a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -179,4 +179,4 @@ checkstyle {
]
ignoreFailures = false
maxWarnings = 0
}
}

0 comments on commit 4518a5b

Please sign in to comment.