From daa5a995d1842a566cc5ebda5e93193ca010c344 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 11 Dec 2013 15:45:45 -0500 Subject: [PATCH] bump version for encoding fix --- lib/persistent-shell-history/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/persistent-shell-history/version.rb b/lib/persistent-shell-history/version.rb index 26c9e05..c1a61ac 100644 --- a/lib/persistent-shell-history/version.rb +++ b/lib/persistent-shell-history/version.rb @@ -1,6 +1,6 @@ module Persistent module Shell - VERSION = "0.0.2" + VERSION = "0.0.3" end end