From 46ac4b234f64be60633ce07d3f6ccf996db6f89e Mon Sep 17 00:00:00 2001 From: IJ Kim Date: Wed, 17 Sep 2014 12:51:49 -0400 Subject: [PATCH] bump 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 aa164e7..0fa5970 100644 --- a/lib/sf/version.rb +++ b/lib/sf/version.rb @@ -1,3 +1,3 @@ module Sf - VERSION = "0.1.14" + VERSION = "0.1.15" end