grim/convey

Bump all the versions for release
v0.10.0
2017-09-25, Gary Kramlich
94e72ff5d3ee
Parents d491f3afc9c4
Children 10deaf1107c4
Bump all the versions for release
  • +1 -1
    ChangeLog
  • +1 -1
    convey.yml
  • +1 -1
    main.go
  • --- a/ChangeLog Mon Sep 25 21:07:38 2017 -0500
    +++ b/ChangeLog Mon Sep 25 21:10:05 2017 -0500
    @@ -1,4 +1,4 @@
    -0.9.2:
    +0.10.0: 20170925
    * Added new task type "extend". (Eric Fritz) (Fixed #124)
    * Added the ability to expand variables into lists. (Eric Fritz)
    * Updated all of the golang Docker images to 1.9.
    --- a/convey.yml Mon Sep 25 21:07:38 2017 -0500
    +++ b/convey.yml Mon Sep 25 21:10:05 2017 -0500
    @@ -1,5 +1,5 @@
    environment:
    - - CONVEY_VERSION=0.9.2dev
    + - CONVEY_VERSION=0.10.0
    - GO_PACKAGE=bitbucket.org/rw_grim/convey
    tasks:
    # tasks for the default plan
    --- a/main.go Mon Sep 25 21:07:38 2017 -0500
    +++ b/main.go Mon Sep 25 21:10:05 2017 -0500
    @@ -36,7 +36,7 @@
    )
    const (
    - version = "0.9.2dev"
    + version = "0.10.0"
    )
    var (