Skip to content

Commit ba4e286

Browse files
committed
Version bump after dhoppe conf_hash changes
1 parent 0ff32b4 commit ba4e286

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
YYYY-MM-DD Release 0.0.1
2-
- something you did
3-
- something else you did
1+
<%= Time.new.strftime("%Y-%m-%d") %> Release 0.0.3
2+
- Generated from github.com/stdmod/puppet-skeleton-simple

Modulefile.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name '<%= metadata.full_module_name %>'
2-
version '0.0.2'
2+
version '0.0.3'
33
source '<%= metadata.source %>'
44
author '<%= metadata.author %>'
55
license '<%= metadata.license %>'
66
summary 'This module installs and manages <%= metadata.name %>'
7-
description '<%= metadata.description %>. Based of stdmod/puppet-skeleton-standard 0.0.2.'
7+
description '<%= metadata.description %>. Based of stdmod/puppet-skeleton-standard 0.0.3.'
88
project_page '<%= metadata.project_page %>'
99
dependency 'puppetlabs/stdlib'
1010
dependency 'example42/stdmod'

0 commit comments

Comments
 (0)