Skip to content

Commit

Permalink
Change the default version to 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Mar 10, 2017
1 parent 6d54590 commit 4ff12ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Set up [Packer](https://packer.io/) by HashiCorp in Debian-like systems.

#### Variables

* `packer_io_version` [default: `0.12.2`]: Version to install
* `packer_io_version` [default: `0.12.3`]: Version to install
* `packer_io_install_prefix` [default: `/opt`]: Install prefix

## Dependencies
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# defaults file for packer-io
---
packer_io_version: 0.12.2
packer_io_version: 0.12.3
packer_io_install_prefix: /opt

0 comments on commit 4ff12ca

Please sign in to comment.