From 5ccd5dcb324aaed84e2775729f953384f780d43c Mon Sep 17 00:00:00 2001 From: William Morgan Date: Fri, 25 Apr 2008 09:36:42 -0700 Subject: [PATCH] i suck. move BIN_VERSION and LIB_VERSION back to "git" --- bin/sup | 2 +- lib/sup.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/sup b/bin/sup index 078a134..6360cde 100644 --- a/bin/sup +++ b/bin/sup @@ -7,7 +7,7 @@ require 'fileutils' require 'trollop' require "sup" -BIN_VERSION = "0.5" +BIN_VERSION = "git" unless Redwood::VERSION == BIN_VERSION $stderr.puts <