From a2888356d4aa9c45956170664b78b2feaf395e29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Thu, 14 Sep 2023 19:12:52 +0000 Subject: [PATCH] Prepare for 0.5.0 --- Gemfile.lock | 2 +- lib/turbograft/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ce2376c..ecfc682 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - turbograft (0.4.8) + turbograft (0.5.0) GEM remote: https://rubygems.org/ diff --git a/lib/turbograft/version.rb b/lib/turbograft/version.rb index 1b48d73..2674c5d 100644 --- a/lib/turbograft/version.rb +++ b/lib/turbograft/version.rb @@ -1,3 +1,3 @@ module TurboGraft - VERSION = '0.4.8' + VERSION = '0.5.0' end