grim/convey

7b3d8d3fe761
Parents ccc87054e5ad
Children c1b74c46f921
Bump versions for the next round of development
  • +3 -0
    ChangeLog
  • +1 -1
    convey.yml
  • +1 -1
    main.go
  • --- a/ChangeLog Mon May 15 20:43:51 2017 -0500
    +++ b/ChangeLog Mon May 15 20:48:22 2017 -0500
    @@ -1,3 +1,6 @@
    +0.7.0:
    + * Nothing yet :( Be the first!!
    +
    0.6.0: 20170515
    * Added GIT_BRANCH_NORMALIZED and HG_BRANCH_NORMALIZED variables into the
    default environment. (fixed #98)
    --- a/convey.yml Mon May 15 20:43:51 2017 -0500
    +++ b/convey.yml Mon May 15 20:48:22 2017 -0500
    @@ -1,5 +1,5 @@
    environment:
    - - CONVEY_VERSION=0.6.0
    + - CONVEY_VERSION=0.7.0dev
    - GO_PACKAGE=bitbucket.org/rw_grim/convey
    tasks:
    # tasks for the default plan
    --- a/main.go Mon May 15 20:43:51 2017 -0500
    +++ b/main.go Mon May 15 20:48:22 2017 -0500
    @@ -35,7 +35,7 @@
    )
    const (
    - version = "0.6.0"
    + version = "0.7.0dev"
    )
    var (