Skip to content

Commit d8499e7

Browse files
committed
Bump version
1 parent 19897e2 commit d8499e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
timescaledb (0.2.5)
4+
timescaledb (0.2.6)
55
activerecord
66
activesupport
77
pg (~> 1.2)
@@ -33,7 +33,7 @@ GEM
3333
concurrent-ruby (~> 1.0)
3434
method_source (1.0.0)
3535
minitest (5.14.4)
36-
pg (1.4.4)
36+
pg (1.4.5)
3737
pry (0.14.1)
3838
coderay (~> 1.1)
3939
method_source (~> 1.0)

Gemfile.scenic.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
timescaledb (0.2.5)
4+
timescaledb (0.2.6)
55
activerecord
66
activesupport
77
pg (~> 1.2)

lib/timescaledb/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Timescaledb
2-
VERSION = '0.2.5'
2+
VERSION = '0.2.6'
33
end

0 commit comments

Comments
 (0)