grim/convey

038b43191343
Parents 33a0c06d62b3
Children 485ad02d17a9
Tweak all the versions for the next round of development
  • +3 -0
    ChangeLog
  • +1 -1
    convey.yml
  • +1 -1
    main.go
  • --- a/ChangeLog Mon Jun 19 21:39:22 2017 -0500
    +++ b/ChangeLog Mon Jun 19 21:46:01 2017 -0500
    @@ -1,3 +1,6 @@
    +0.8.0:
    + * Nothing yet... Be the first!!
    +
    0.7.0: 20170619
    * Added support for passing arguments to the Docker build task (--build-arg).
    (fixed #106)
    --- a/convey.yml Mon Jun 19 21:39:22 2017 -0500
    +++ b/convey.yml Mon Jun 19 21:46:01 2017 -0500
    @@ -1,5 +1,5 @@
    environment:
    - - CONVEY_VERSION=0.7.0
    + - CONVEY_VERSION=0.8.0dev
    - GO_PACKAGE=bitbucket.org/rw_grim/convey
    tasks:
    # tasks for the default plan
    --- a/main.go Mon Jun 19 21:39:22 2017 -0500
    +++ b/main.go Mon Jun 19 21:46:01 2017 -0500
    @@ -35,7 +35,7 @@
    )
    const (
    - version = "0.7.0"
    + version = "0.8.0dev"
    )
    var (