commit 9ee2844486c7e826117418b9f94da07aaa144da4
parent 832ff857d369568f793630ea2e46033d0bba06df
Author: William Morgan <wmorgan-sup@masanjin.net>
Date: Tue, 22 Apr 2008 09:35:41 -0700
bump version to 0.5
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/sup b/bin/sup
@@ -7,7 +7,7 @@ require 'fileutils'
require 'trollop'
require "sup"
-BIN_VERSION = "git"
+BIN_VERSION = "0.5"
unless Redwood::VERSION == BIN_VERSION
$stderr.puts <<EOS
diff --git a/lib/sup.rb b/lib/sup.rb
@@ -33,7 +33,7 @@ class Module
end
module Redwood
- VERSION = "git"
+ VERSION = "0.5"
BASE_DIR = ENV["SUP_BASE"] || File.join(ENV["HOME"], ".sup")
CONFIG_FN = File.join(BASE_DIR, "config.yaml")