Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
neillturner authored May 13, 2017
1 parent b278e93 commit 1f73a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kitchen-puppet/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Kitchen
module Puppet
VERSION = '1.48.1'.freeze
VERSION = '1.48.2'.freeze
end
end

4 comments on commit 1f73a69

@legal90
Copy link
Contributor

@legal90 legal90 commented on 1f73a69 May 18, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@neillturner Seems like you've made a mistake in a Git tag name: it should be "1.48.2", not "0.48.2"

@neillturner
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for taking the time to let know. corrected

@legal90
Copy link
Contributor

@legal90 legal90 commented on 1f73a69 May 18, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@neillturner You're welcome! BTW, there is the same thing with 1.48.1 (0.48.1) release ;)
https://github.com/neillturner/kitchen-puppet/releases

@neillturner
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ha ha. Thanks again. my kitchen ansible is 0.x and kitchen-puppet 1.x so I just confused.

Please sign in to comment.