mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
version: prepare for 1.10.0 releases
This commit is contained in:
parent
f730bd640f
commit
ac29a1366b
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
1.9.0
|
||||
1.10.0
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ var (
|
|||
// A pre-release marker for the version can also be specified (e.g -dev). If this is omitted
|
||||
// The main version number that is being run at the moment.
|
||||
|
||||
Version = "1.9.0"
|
||||
Version = "1.10.0"
|
||||
|
||||
// A pre-release marker for the version. If this is "" (empty string)
|
||||
// then it means that it is a final release. Otherwise, this is a pre-release
|
||||
|
|
|
|||
Loading…
Reference in a new issue