From f9056a81711ac34cf29edc99179d325206fcaf26 Mon Sep 17 00:00:00 2001 From: Jonathan Owens Date: Fri, 13 Jan 2017 14:27:25 -0800 Subject: [PATCH] Bump version to 1.8.9 --- lib/centurion/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/centurion/version.rb b/lib/centurion/version.rb index e6eb269e..243f68e7 100644 --- a/lib/centurion/version.rb +++ b/lib/centurion/version.rb @@ -1,3 +1,3 @@ module Centurion - VERSION = '1.8.8' + VERSION = '1.8.9' end