Skip to content

Commit

Permalink
Bump up to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Dec 1, 2023
1 parent 1685f63 commit a816c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
// They want Gradle plugins to be published under the "gradle.plugin" prefix for some security reasons.
// https://plugins.gradle.org/docs/publish-plugin
group = "org.embulk"
version = "0.1.0-SNAPSHOT"
version = "0.1.1-SNAPSHOT"
description = "A Gradle plugin to prepare an environment for running Embulk"

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit a816c4f

Please sign in to comment.