about summary refs log tree commit homepage
path: root/lib/kcar.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kcar.rb')
-rw-r--r--lib/kcar.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kcar.rb b/lib/kcar.rb
index 8ea7581..055e8da 100644
--- a/lib/kcar.rb
+++ b/lib/kcar.rb
@@ -1,8 +1,8 @@
 # -*- encoding: binary -*-
 module Kcar
 
-  # current version, currently 0.1.1
-  VERSION = '0.1.1'
+  # current version, currently 0.1.2
+  VERSION = '0.1.2'
 
   autoload :Response, 'kcar/response'
 end