grim/convey

4ec0cd5922a8
Parents 24194ae96f10
Children 47c2851788ff
Bump the versions for the next round of development
  • +3 -0
    ChangeLog
  • +1 -1
    convey.yml
  • +1 -1
    main.go
  • --- a/ChangeLog Thu Sep 21 15:35:18 2017 -0500
    +++ b/ChangeLog Thu Sep 21 15:37:20 2017 -0500
    @@ -1,3 +1,6 @@
    +0.9.2:
    + * Nothing yet... Be the first!!
    +
    0.9.1: 20170921
    * Added environment mapping support to the login and logout tasks.
    --- a/convey.yml Thu Sep 21 15:35:18 2017 -0500
    +++ b/convey.yml Thu Sep 21 15:37:20 2017 -0500
    @@ -1,5 +1,5 @@
    environment:
    - - CONVEY_VERSION=0.9.1
    + - CONVEY_VERSION=0.9.2dev
    - GO_PACKAGE=bitbucket.org/rw_grim/convey
    tasks:
    # tasks for the default plan
    --- a/main.go Thu Sep 21 15:35:18 2017 -0500
    +++ b/main.go Thu Sep 21 15:37:20 2017 -0500
    @@ -36,7 +36,7 @@
    )
    const (
    - version = "0.9.1dev"
    + version = "0.9.2dev"
    )
    var (