grim/convey

9820963d414b
Parents 94f3fdf74616
Children c6c0e3ef2acd
Bump versions for the next round of development
  • +3 -0
    ChangeLog
  • +1 -1
    convey.yml
  • +1 -1
    main.go
  • --- a/ChangeLog Wed Dec 27 02:29:05 2017 -0600
    +++ b/ChangeLog Wed Dec 27 02:31:39 2017 -0600
    @@ -1,3 +1,6 @@
    +0.11.3:
    + * Nothing yet! Be the first!!
    +
    0.11.2: 20171227
    * Changed TaskTimeout to PlanTimeout. Fixed # 134
    * Added --list-environment to show the config and builtin environment variables. Fixed #132
    --- a/convey.yml Wed Dec 27 02:29:05 2017 -0600
    +++ b/convey.yml Wed Dec 27 02:31:39 2017 -0600
    @@ -1,5 +1,5 @@
    environment:
    - - CONVEY_VERSION=0.11.2
    + - CONVEY_VERSION=0.11.3dev
    - GO_PACKAGE=bitbucket.org/rw_grim/convey
    tasks:
    # tasks for the default plan
    --- a/main.go Wed Dec 27 02:29:05 2017 -0600
    +++ b/main.go Wed Dec 27 02:31:39 2017 -0600
    @@ -38,7 +38,7 @@
    )
    const (
    - version = "0.11.2"
    + version = "0.11.3dev"
    )
    var (