From f458399938793bc4743c73b47d648e00f8784d51 Mon Sep 17 00:00:00 2001 From: joker1007 Date: Sat, 26 Oct 2024 16:14:04 +0900 Subject: [PATCH] chore: bump up to v3.2.0 --- lib/fluent/plugin/bigquery/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fluent/plugin/bigquery/version.rb b/lib/fluent/plugin/bigquery/version.rb index 6c0c2bc..74523b5 100644 --- a/lib/fluent/plugin/bigquery/version.rb +++ b/lib/fluent/plugin/bigquery/version.rb @@ -1,5 +1,5 @@ module Fluent module BigQueryPlugin - VERSION = "3.1.1".freeze + VERSION = "3.2.0".freeze end end