Skip to content

Commit 6993d4b

Browse files
committed
bump version to 0.1.14
1 parent 09637b2 commit 6993d4b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

example-project/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
source 'https://rubygems.org'
2-
gem "logtail", "~> 0.1.13"
2+
gem "logtail", "~> 0.1.14"

example-project/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
logtail (0.1.13)
4+
logtail (0.1.14)
55
msgpack (~> 1.0)
66
msgpack (1.7.2)
77

88
PLATFORMS
99
ruby
1010

1111
DEPENDENCIES
12-
logtail (~> 0.1.13)
12+
logtail (~> 0.1.14)
1313

1414
BUNDLED WITH
1515
2.1.4

lib/logtail/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Logtail
2-
VERSION = "0.1.13"
2+
VERSION = "0.1.14"
33
end

0 commit comments

Comments
 (0)