grim/convey

Bump the version for release
v0.9.0
2017-09-17, Gary Kramlich
2e75ab88da21
Parents 5362b299f79c
Children b7c61c00d4b2
Bump the version for release
  • +1 -1
    ChangeLog
  • +1 -1
    convey.yml
  • +1 -1
    main.go
  • --- a/ChangeLog Sun Sep 17 18:49:52 2017 -0500
    +++ b/ChangeLog Sun Sep 17 19:07:59 2017 -0500
    @@ -1,4 +1,4 @@
    -0.9.0:
    +0.9.0: 20170917
    * Updated the import and export tasks to allow a string for the files field
    to specify a single item.
    * Grammatical updates to README.md (Anatzum)
    --- a/convey.yml Sun Sep 17 18:49:52 2017 -0500
    +++ b/convey.yml Sun Sep 17 19:07:59 2017 -0500
    @@ -1,5 +1,5 @@
    environment:
    - - CONVEY_VERSION=0.9.0dev
    + - CONVEY_VERSION=0.9.0
    - GO_PACKAGE=bitbucket.org/rw_grim/convey
    tasks:
    # tasks for the default plan
    --- a/main.go Sun Sep 17 18:49:52 2017 -0500
    +++ b/main.go Sun Sep 17 19:07:59 2017 -0500
    @@ -36,7 +36,7 @@
    )
    const (
    - version = "0.9.0dev"
    + version = "0.9.0"
    )
    var (