From 9f696c45cc994ef188a6c998c6aca27a8d2beb7d Mon Sep 17 00:00:00 2001 From: jtimberman Date: Tue, 28 Aug 2012 17:13:10 -0600 Subject: [PATCH] increment version for development --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index a483d30..8b82ff5 100644 --- a/metadata.rb +++ b/metadata.rb @@ -2,7 +2,7 @@ maintainer "Opscode, Inc." maintainer_email "cookbooks@opscode.com" license "Apache 2.0" description "Installs and configures postfix for client or outbound relayhost, or to do SASL auth" -version "1.2.2" +version "1.2.3" recipe "postfix", "Installs and configures postfix" recipe "postfix::sasl_auth", "Set up postfix to auth to a server with sasl" recipe "postfix::aliases", "Manages /etc/aliases"