summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Coleman <ryan@puppetlabs.com>2012-12-10 10:09:15 -0800
committerRyan Coleman <ryan@puppetlabs.com>2012-12-10 10:09:15 -0800
commit7a16a3a9dc8ed2f342ef2218931c2359ec49aa19 (patch)
tree9b108b5ff9c666859850797f60d4a9a469b93cbe
parente6e8d9e9c967ef0714dcf629f071b311da524c95 (diff)
Increment Modulefile for 0.2.0 release0.2.0
0.2.0 is a backwards compatible feature and bug-fix release. Since 0.1.0, support for Amazon Linux was added, fixes for style were implemented and support was added for tinker_panic. tinker_panic will default to on when the fact is_virtual is true.
-rw-r--r--Modulefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modulefile b/Modulefile
index e73a6ca..d9e2f1a 100644
--- a/Modulefile
+++ b/Modulefile
@@ -1,5 +1,5 @@
name 'puppetlabs-ntp'
-version '0.1.0'
+version '0.2.0'
source 'git://github.com/puppetlabs/puppetlabs-ntp'
author 'Puppet Labs'
license 'Apache Version 2.0'