grim/convey

Bump the version for release
v0.11.1
2017-10-21, Gary Kramlich
00923ff4e245
Parents 74886a8c3a69
Children 11da05fe4234
Bump the version for release
  • +1 -1
    ChangeLog
  • +1 -1
    convey.yml
  • +1 -1
    main.go
  • --- a/ChangeLog Sat Oct 21 11:08:57 2017 -0500
    +++ b/ChangeLog Sat Oct 21 11:16:01 2017 -0500
    @@ -1,4 +1,4 @@
    -0.11.1:
    +0.11.1: 20171021
    * Fix a regression in the environment mapper that could mess up script attributes. PR #37 (Eric Fritz)
    0.11.0: 20171015
    --- a/convey.yml Sat Oct 21 11:08:57 2017 -0500
    +++ b/convey.yml Sat Oct 21 11:16:01 2017 -0500
    @@ -1,5 +1,5 @@
    environment:
    - - CONVEY_VERSION=0.11.1dev
    + - CONVEY_VERSION=0.11.1
    - GO_PACKAGE=bitbucket.org/rw_grim/convey
    tasks:
    # tasks for the default plan
    --- a/main.go Sat Oct 21 11:08:57 2017 -0500
    +++ b/main.go Sat Oct 21 11:16:01 2017 -0500
    @@ -37,7 +37,7 @@
    )
    const (
    - version = "0.11.1dev"
    + version = "0.11.1"
    )
    var (