From 9ee2844486c7e826117418b9f94da07aaa144da4 Mon Sep 17 00:00:00 2001 From: William Morgan Date: Tue, 22 Apr 2008 09:35:41 -0700 Subject: [PATCH] bump version to 0.5 --- bin/sup | 2 +- lib/sup.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/sup b/bin/sup index 45db505..523c685 100644 --- 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 <