Skip to content

Commit

Permalink
bump version to 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrHeinz committed Aug 17, 2023
1 parent 7a6afa0 commit 666304f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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"
gem "logtail", "~> 0.1.12"
2 changes: 1 addition & 1 deletion example-project/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
logtail (0.1.11)
logtail (0.1.12)
msgpack (~> 1.0)
msgpack (1.7.2)

Expand Down
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.11"
VERSION = "0.1.12"
end

0 comments on commit 666304f

Please sign in to comment.