Skip to content

Commit

Permalink
Release v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Dec 13, 2023
1 parent 45e0472 commit 488b377
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.6.2-SNAPSHOT"
version = "0.6.2"
description = "A Gradle plugin to build and publish Embulk plugins"

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 488b377

Please sign in to comment.