From 0926fcd3f15188eb4416129c8d92822a13dce258 Mon Sep 17 00:00:00 2001 From: Ultra Ninja Date: Thu, 1 Apr 2010 15:14:15 -0700 Subject: [PATCH] 0.2.6 pre release --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index c92c6f2..149ad95 100644 --- a/Rakefile +++ b/Rakefile @@ -5,7 +5,7 @@ require 'date' require 'spec/rake/spectask' GEM = "chef-deploy" -GEM_VERSION = "0.2.5" +GEM_VERSION = "0.2.6.pre" AUTHOR = "Ezra Zygmuntowicz" EMAIL = "Your Email" HOMEPAGE = "http://example.com"