Skip to content

Commit c8c913b

Browse files
authored
Merge pull request #170 from mihaibuzgau/master
(PA-2496) Bump version and remove v from version number
2 parents 73bc852 + f799e3f commit c8c913b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ To do so, follow these instructions from a current `master` checkout:
359359
* run `rake changelog`
360360
* double check the PRs to make sure they're all tagged correctly (using the new CHANGELOG for cross-checking)
361361
* Check README and other materials for up-to-date-ness
362-
* Commit changes with title "Release prep for v\<VERSION>"
362+
* Commit changes with title "Release prep for \<VERSION>"
363363
* Upload and PR the release-prep branch to the puppetlabs GitHub repo
364364
* Check that CI is green and merge the PR
365365
* Run `rake release[upstream]` to release from your checkout

lib/puppet/resource_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Puppet
22
module ResourceApi
3-
VERSION = '1.8.2'.freeze
3+
VERSION = '1.8.3'.freeze
44
end
55
end

misc/ANNOUNCEMENT_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ See [this post](https://groups.google.com/d/msg/puppet-dev/1R9gwkEIxHU/adWXJ0NfC
2222

2323
---
2424

25-
Subject: [ANN] Resource API vX.Y.Z Release
25+
Subject: [ANN] Resource API X.Y.Z Release
2626

2727
Hi all,
2828

0 commit comments

Comments
 (0)