From ccfce3d0934e5950a4b7f7298ff8e7a1f4d26dfb Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Thu, 6 Feb 2014 16:26:24 -0500 Subject: [PATCH] Release v3.6.1 - Support Puppet v3.4 and Ruby v2.0.0 --- Modulefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modulefile b/Modulefile index 2103bf0..7cf7e33 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'ghoneycutt-ssh' -version '3.6.0' +version '3.6.1' source 'git://github.com/ghoneycutt/puppet-module-ssh.git' author 'ghoneycutt' license 'Apache License, Version 2.0'