From 5d7938f5d70ef53c54a1948766c3d72a3933ca69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B4natas=20Davi=20Paganini?= Date: Mon, 8 Jul 2024 21:41:00 -0300 Subject: [PATCH] Bump version to 0.3.0 --- Gemfile.lock | 2 +- lib/timescaledb/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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