grim/convey

Bump all the versions for release
v0.10.3
2017-10-04, Gary Kramlich
471298fc482c
Parents 8169c6b994e5
Children 276cb166f4fa
Bump all the versions for release
  • +1 -1
    ChangeLog
  • +1 -1
    convey.yml
  • +1 -1
    main.go
  • --- a/ChangeLog Wed Oct 04 15:24:19 2017 -0500
    +++ b/ChangeLog Wed Oct 04 15:26:29 2017 -0500
    @@ -1,4 +1,4 @@
    -0.10.3:
    +0.10.3: 20171004
    * Added support for setting a hostname for run tasks. This makes it possible
    to connect to detached containers. PR #29 (Eric Fritz)
    --- a/convey.yml Wed Oct 04 15:24:19 2017 -0500
    +++ b/convey.yml Wed Oct 04 15:26:29 2017 -0500
    @@ -1,5 +1,5 @@
    environment:
    - - CONVEY_VERSION=0.10.3dev
    + - CONVEY_VERSION=0.10.3
    - GO_PACKAGE=bitbucket.org/rw_grim/convey
    tasks:
    # tasks for the default plan
    --- a/main.go Wed Oct 04 15:24:19 2017 -0500
    +++ b/main.go Wed Oct 04 15:26:29 2017 -0500
    @@ -36,7 +36,7 @@
    )
    const (
    - version = "0.10.3dev"
    + version = "0.10.3"
    )
    var (