diff options
author | Ryan Coleman <ryan@puppetlabs.com> | 2012-12-10 10:09:15 -0800 |
---|---|---|
committer | Ryan Coleman <ryan@puppetlabs.com> | 2012-12-10 10:09:15 -0800 |
commit | 7a16a3a9dc8ed2f342ef2218931c2359ec49aa19 (patch) | |
tree | 9b108b5ff9c666859850797f60d4a9a469b93cbe /Modulefile | |
parent | e6e8d9e9c967ef0714dcf629f071b311da524c95 (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.
Diffstat (limited to 'Modulefile')
-rw-r--r-- | Modulefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |