grim/convey

341a204137b6
Bump the versions for the next round of development
  • +3 -0
    ChangeLog
  • +1 -1
    convey.yml
  • +1 -1
    main.go
  • --- a/ChangeLog Tue Oct 03 22:47:09 2017 -0500
    +++ b/ChangeLog Tue Oct 03 22:51:08 2017 -0500
    @@ -1,3 +1,6 @@
    +0.10.3:
    + * Nothing yet! Be the first!!
    +
    0.10.2: 20171003
    * Added support for expanding variable into lists, use for tags. PR #26 (Eric Fritz)
    * Added support for merging plans when extending. PR #27 (Eric Fritz)
    --- a/convey.yml Tue Oct 03 22:47:09 2017 -0500
    +++ b/convey.yml Tue Oct 03 22:51:08 2017 -0500
    @@ -1,5 +1,5 @@
    environment:
    - - CONVEY_VERSION=0.10.2
    + - CONVEY_VERSION=0.10.3dev
    - GO_PACKAGE=bitbucket.org/rw_grim/convey
    tasks:
    # tasks for the default plan
    --- a/main.go Tue Oct 03 22:47:09 2017 -0500
    +++ b/main.go Tue Oct 03 22:51:08 2017 -0500
    @@ -36,7 +36,7 @@
    )
    const (
    - version = "0.10.2"
    + version = "0.10.3dev"
    )
    var (