We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09637b2 commit 6993d4bCopy full SHA for 6993d4b
example-project/Gemfile
@@ -1,2 +1,2 @@
1
source 'https://rubygems.org'
2
-gem "logtail", "~> 0.1.13"
+gem "logtail", "~> 0.1.14"
example-project/Gemfile.lock
@@ -1,15 +1,15 @@
GEM
remote: https://rubygems.org/
3
specs:
4
- logtail (0.1.13)
+ logtail (0.1.14)
5
msgpack (~> 1.0)
6
msgpack (1.7.2)
7
8
PLATFORMS
9
ruby
10
11
DEPENDENCIES
12
- logtail (~> 0.1.13)
+ logtail (~> 0.1.14)
13
14
BUNDLED WITH
15
2.1.4
lib/logtail/version.rb
@@ -1,3 +1,3 @@
module Logtail
- VERSION = "0.1.13"
+ VERSION = "0.1.14"
end
0 commit comments