Skip to content

Commit

Permalink
bump version to v0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrHeinz committed Feb 11, 2025
1 parent 7726777 commit ee95a68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example-project/Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
source 'https://rubygems.org'
gem "logtail", "~> 0.1.14"
gem "logtail", "~> 0.1.15"
4 changes: 2 additions & 2 deletions example-project/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
GEM
remote: https://rubygems.org/
specs:
logtail (0.1.14)
logtail (0.1.15)
msgpack (~> 1.0)
msgpack (1.7.2)

PLATFORMS
ruby

DEPENDENCIES
logtail (~> 0.1.14)
logtail (~> 0.1.15)

BUNDLED WITH
2.1.4
2 changes: 1 addition & 1 deletion lib/logtail/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Logtail
VERSION = "0.1.14"
VERSION = "0.1.15"
end

0 comments on commit ee95a68

Please sign in to comment.