grim/convey

0863bbc3ca9b
Parents 11da05fe4234
Children 2f5a68943746
Bump the versions for the next round of development
  • +3 -0
    ChangeLog
  • +1 -1
    convey.yml
  • +1 -1
    main.go
  • --- a/ChangeLog Sat Oct 21 11:17:54 2017 -0500
    +++ b/ChangeLog Sat Oct 21 11:20:25 2017 -0500
    @@ -1,3 +1,6 @@
    +0.11.2:
    + * Nothing yet! Be the first!!
    +
    0.11.1: 20171021
    * Fix a regression in the environment mapper that could mess up script attributes. PR #37 (Eric Fritz)
    --- a/convey.yml Sat Oct 21 11:17:54 2017 -0500
    +++ b/convey.yml Sat Oct 21 11:20:25 2017 -0500
    @@ -1,5 +1,5 @@
    environment:
    - - CONVEY_VERSION=0.11.1
    + - CONVEY_VERSION=0.11.2dev
    - GO_PACKAGE=bitbucket.org/rw_grim/convey
    tasks:
    # tasks for the default plan
    --- a/main.go Sat Oct 21 11:17:54 2017 -0500
    +++ b/main.go Sat Oct 21 11:20:25 2017 -0500
    @@ -37,7 +37,7 @@
    )
    const (
    - version = "0.11.1"
    + version = "0.11.2dev"
    )
    var (