From d4f095ed8ed0da4f190280eb957c14b3f5e9a2e9 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 10 Jul 2010 09:56:27 +0000 Subject: [PATCH] Zbatery v0.3.0 - for newer Rainbows! Rainbows! v0.95.0 is more awesome than v0.94.0, so we've updated ourselves to use it and be more awesome as well! --- GIT-VERSION-GEN | 2 +- lib/zbatery.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 2cadc89..e1fc604 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v0.2.1.GIT +DEF_VER=v0.3.0.GIT LF=' ' diff --git a/lib/zbatery.rb b/lib/zbatery.rb index 224c9f1..56edf91 100644 --- a/lib/zbatery.rb +++ b/lib/zbatery.rb @@ -5,7 +5,7 @@ require 'rainbows' module Zbatery # current version of Zbatery - VERSION = "0.2.1" + VERSION = "0.3.0" class << self -- 2.11.4.GIT