From c0d1b2e40212b1816e47f424dac9abb3ddd727b6 Mon Sep 17 00:00:00 2001 From: IJ Kim Date: Mon, 6 Jul 2015 11:39:53 -0400 Subject: [PATCH] bumped up the version --- lib/sf/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sf/version.rb b/lib/sf/version.rb index c6de49f..18cfb21 100644 --- a/lib/sf/version.rb +++ b/lib/sf/version.rb @@ -1,3 +1,3 @@ module Sf - VERSION = "0.1.23" + VERSION = "0.1.24" end