diff --git a/Rakefile b/Rakefile index c3264dac..e376fa37 100644 --- a/Rakefile +++ b/Rakefile @@ -6,8 +6,8 @@ require 'rake/clean' require 'find' PROJ_DOC_TITLE = "The Marionette Collective" -PROJ_VERSION = "0.4.2" -PROJ_RELEASE = "2" +PROJ_VERSION = "0.4.3" +PROJ_RELEASE = "1" PROJ_NAME = "mcollective" PROJ_RPM_NAMES = [PROJ_NAME] PROJ_FILES = ["#{PROJ_NAME}.spec", "#{PROJ_NAME}.init", "mcollectived.rb", "COPYING"]