grim/convey

c75b9de2a113
Bump versions for the next round of development
  • +3 -0
    ChangeLog
  • +1 -1
    convey.yml
  • +1 -1
    main.go
  • --- a/ChangeLog Sun Sep 17 19:08:04 2017 -0500
    +++ b/ChangeLog Sun Sep 17 19:18:56 2017 -0500
    @@ -1,3 +1,6 @@
    +0.9.1:
    + * Nothing yet... Be the first!!
    +
    0.9.0: 20170917
    * Updated the import and export tasks to allow a string for the files field
    to specify a single item.
    --- a/convey.yml Sun Sep 17 19:08:04 2017 -0500
    +++ b/convey.yml Sun Sep 17 19:18:56 2017 -0500
    @@ -1,5 +1,5 @@
    environment:
    - - CONVEY_VERSION=0.9.0
    + - CONVEY_VERSION=0.9.1dev
    - GO_PACKAGE=bitbucket.org/rw_grim/convey
    tasks:
    # tasks for the default plan
    --- a/main.go Sun Sep 17 19:08:04 2017 -0500
    +++ b/main.go Sun Sep 17 19:18:56 2017 -0500
    @@ -36,7 +36,7 @@
    )
    const (
    - version = "0.9.0"
    + version = "0.9.1dev"
    )
    var (