From 18af1d46e540b7ca61b8318952af5a16182de235 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 8 Oct 2013 16:16:20 -0400 Subject: [PATCH] Version bump to v1.2.3 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 2627a4ad6b..9930e02b64 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Installs and configures Jenkins CI server & slaves' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '1.2.2' +version '1.2.3' recipe 'default', 'Does nothing' recipe 'iptables', 'Configures iptables to allow incoming connections to the jenkins instance'