From 1cecbe0c08846bb12d65747784e85ad0a03c3013 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Fri, 21 Sep 2012 13:20:33 -0400 Subject: [PATCH] bumping version for a release --- 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 2669b5e..26c9e05 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.1" + VERSION = "0.0.2" end end