Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Apr 10, 2024
1 parent d443d03 commit 06ee80c
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.7.0-SNAPSHOT"
version = "0.7.0"
description = "A Gradle plugin to build and publish Embulk plugins"

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 06ee80c

Please sign in to comment.