From faf5a9f6dce3b70f45d7571f26bd5bb4105a0252 Mon Sep 17 00:00:00 2001 From: Agis Anastasopoulos Date: Wed, 25 Jan 2017 15:09:04 +0200 Subject: [PATCH] Prepare for 0.5.1 release --- Gemfile.lock | 2 +- lib/cogy/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index edca395..37c353f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cogy (0.5.0) + cogy (0.5.1) rails (~> 4.2) GEM diff --git a/lib/cogy/version.rb b/lib/cogy/version.rb index e5a8b3a..54bae51 100644 --- a/lib/cogy/version.rb +++ b/lib/cogy/version.rb @@ -1,3 +1,3 @@ module Cogy - VERSION = "0.5.0".freeze + VERSION = "0.5.1".freeze end