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.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/kcar.rb b/lib/kcar.rb
index 055e8da..1fe0554 100644
--- a/lib/kcar.rb
+++ b/lib/kcar.rb
@@ -1,8 +1,10 @@
 # -*- encoding: binary -*-
 module Kcar
 
-  # current version, currently 0.1.2
-  VERSION = '0.1.2'
+  # current version of Kcar, currently 0.2.0
+  # This constant is deprecated and will be removed in the next
+  # release.  Use +respond_to?+ or +defined?+ instead to test for features.
+  VERSION = "0.2.0"
 
   autoload :Response, 'kcar/response'
 end