Merge pull request #288 from mattkirby/release_time

(MAINT) release 0.1.0
This commit is contained in:
Kevin Imber 2018-07-19 13:09:00 -07:00 committed by GitHub
commit c3bf3aaa49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -11,7 +11,9 @@ Tracking in this Changelog began for this project with the tagging of version 0.
If you're looking for changes from before this, refer to the project's If you're looking for changes from before this, refer to the project's
git logs & PR history. git logs & PR history.
# [Unreleased](https://github.com/puppetlabs/vmpooler/compare/4c858d012a262093383e57ea6db790521886d8d4...master) # [Unreleased](https://github.com/puppetlabs/vmpooler/compare/0.1.0...master)
# [0.1.0](https://github.com/puppetlabs/vmpooler/compare/4c858d012a262093383e57ea6db790521886d8d4...master)
### Fixed ### Fixed

View file

@ -1,4 +1,3 @@
module Vmpooler module Vmpooler
VERSION = '0.1.0'.freeze VERSION = '0.1.0'.freeze
end end