Skip to content

Commit

Permalink
Bump version to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrHeinz committed Jan 5, 2024
1 parent 1281ebf commit a7938bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example-project/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ gem "rack", "~> 3.0"

gem "rackup", "~> 2.1"

gem "logtail-rack", "~> 0.2.4"
gem "logtail-rack", "~> 0.2.5"
6 changes: 3 additions & 3 deletions example-project/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GEM
remote: https://rubygems.org/
specs:
logtail (0.1.12)
logtail (0.1.13)
msgpack (~> 1.0)
logtail-rack (0.2.4)
logtail-rack (0.2.5)
logtail (~> 0.1)
rack (>= 1.2, < 4.0)
msgpack (1.7.2)
Expand All @@ -17,7 +17,7 @@ PLATFORMS
arm64-darwin-22

DEPENDENCIES
logtail-rack (~> 0.2.4)
logtail-rack (~> 0.2.5)
rack (~> 3.0)
rackup (~> 2.1)

Expand Down
2 changes: 1 addition & 1 deletion lib/logtail-rack/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Logtail
module Integrations
module Rack
VERSION = "0.2.4"
VERSION = "0.2.5"
end
end
end

0 comments on commit a7938bc

Please sign in to comment.