Skip to content

Commit

Permalink
Bump up to v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Oct 3, 2023
1 parent ecec67b commit 12cb312
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 @@ -6,12 +6,12 @@ plugins {
id "maven-publish"
id "signing"
id 'checkstyle'
id "org.embulk.embulk-plugins" version "0.5.5" apply false
id "org.embulk.embulk-plugins" version "0.6.1" apply false
}

allprojects {
group = "org.embulk"
version = "0.10.2"
version = "0.10.3"
description = "Inserts or updates records to a table."
}

Expand Down

0 comments on commit 12cb312

Please sign in to comment.