Skip to content

Commit 2c1212c

Browse files
Bump version to 1.0.0 (#8)
* Bump version to 1.0.0 * Update Gemfile.lock for version 1.0.0
1 parent a97ab77 commit 2c1212c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fluent-plugin-kusto (0.0.3.beta)
4+
fluent-plugin-kusto (1.0.0)
55
dotenv (~> 2.0)
66
fluentd (>= 1.0, < 2)
77

lib/fluent/plugin/kusto_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Fluent
44
module Plugin
55
module Kusto
6-
VERSION = '0.0.3.beta'
6+
VERSION = '1.0.0'
77
end
88
end
99
end

0 commit comments

Comments
 (0)