about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/upr.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index e36125a..576be63 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.2.0.GIT
+DEF_VER=v0.3.0
 
 LF='
 '
diff --git a/lib/upr.rb b/lib/upr.rb
index 515b170..0d08f1a 100644
--- a/lib/upr.rb
+++ b/lib/upr.rb
@@ -5,7 +5,7 @@ require 'upr/status'
 module Upr
 
   # Upr version number
-  VERSION = '0.2.0'
+  VERSION = '0.3.0'
 
   autoload :Monitor, 'upr/monitor'
   autoload :Params, 'upr/params'