grim/convey

56ac94bda3fd
Parents 276cb166f4fa
Children 2f14f79d7995
Bump the version for the next round of development
  • +3 -0
    ChangeLog
  • +1 -1
    convey.yml
  • +1 -1
    main.go
  • --- a/ChangeLog Wed Oct 04 15:27:27 2017 -0500
    +++ b/ChangeLog Wed Oct 04 15:32:37 2017 -0500
    @@ -1,3 +1,6 @@
    +0.10.4:
    + * Nothing yet! Be the first!!
    +
    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:27:27 2017 -0500
    +++ b/convey.yml Wed Oct 04 15:32:37 2017 -0500
    @@ -1,5 +1,5 @@
    environment:
    - - CONVEY_VERSION=0.10.3
    + - CONVEY_VERSION=0.10.4dev
    - GO_PACKAGE=bitbucket.org/rw_grim/convey
    tasks:
    # tasks for the default plan
    --- a/main.go Wed Oct 04 15:27:27 2017 -0500
    +++ b/main.go Wed Oct 04 15:32:37 2017 -0500
    @@ -36,7 +36,7 @@
    )
    const (
    - version = "0.10.3"
    + version = "0.10.4dev"
    )
    var (