about summary refs log tree commit homepage
path: root/lib/upr.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/upr.rb')
-rw-r--r--lib/upr.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/upr.rb b/lib/upr.rb
index f0cd950..515b170 100644
--- a/lib/upr.rb
+++ b/lib/upr.rb
@@ -5,7 +5,7 @@ require 'upr/status'
 module Upr
 
   # Upr version number
-  VERSION = '0.1.0'
+  VERSION = '0.2.0'
 
   autoload :Monitor, 'upr/monitor'
   autoload :Params, 'upr/params'