summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Coleman <ryan@puppetlabs.com>2012-12-10 10:09:15 -0800
committerTony Bussieres <tony.bussieres@ticksmith.com>2012-12-10 16:14:03 -0500
commitca1e5a76698970264c223d743a08d9765866bb74 (patch)
tree7716d0334f4c5a915386e63bffd9f744b6291776
parentbd2a757b852a339fb22492598f39841825e6b12c (diff)
Increment Modulefile for 0.2.0 release
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'