diff --git a/Gemfile.lock b/Gemfile.lock index 1679640..ef6a43e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - timescaledb (0.2.9) + timescaledb (0.3.0) activerecord activesupport pg (~> 1.2) diff --git a/lib/timescaledb/version.rb b/lib/timescaledb/version.rb index 4c09d63..526085c 100644 --- a/lib/timescaledb/version.rb +++ b/lib/timescaledb/version.rb @@ -1,3 +1,3 @@ module Timescaledb - VERSION = '0.2.9' + VERSION = '0.3.0' end