Skip to content

Commit 61d2ffc

Browse files
committed
bump version to 0.2.7
1 parent 36bcd4c commit 61d2ffc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example-project/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ group :test do
7171
gem "webdrivers"
7272
end
7373

74-
gem "logtail-rails", "~> 0.2.6"
74+
gem "logtail-rails", "~> 0.2.7"

lib/logtail-rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Logtail
22
module Integrations
33
module Rails
4-
VERSION = "0.2.6"
4+
VERSION = "0.2.7"
55
end
66
end
77
end

0 commit comments

Comments
 (0)