grim/convey

ddbcc67071d7
Parents be0abfff60e4
Children e5a7015cb895
Bump versions for the next round of development
  • +3 -0
    ChangeLog
  • +1 -1
    convey.yml
  • +1 -1
    main.go
  • --- a/ChangeLog Sun Jan 14 06:08:07 2018 -0600
    +++ b/ChangeLog Sun Jan 14 06:11:13 2018 -0600
    @@ -1,3 +1,6 @@
    +0.13.1dev:
    + * Nothing yet! Be the first!!
    +
    0.13.0: 20180114
    * Fixed an issue in docker.ParseImage where something like convey/workspace
    would in correctly determine the registry to be convey and the image to be
    --- a/convey.yml Sun Jan 14 06:08:07 2018 -0600
    +++ b/convey.yml Sun Jan 14 06:11:13 2018 -0600
    @@ -1,5 +1,5 @@
    environment:
    - - CONVEY_VERSION=0.13.0
    + - CONVEY_VERSION=0.13.1dev
    - GO_PACKAGE=bitbucket.org/rw_grim/convey
    tasks:
    # tasks for the default plan
    --- a/main.go Sun Jan 14 06:08:07 2018 -0600
    +++ b/main.go Sun Jan 14 06:11:13 2018 -0600
    @@ -38,7 +38,7 @@
    )
    const (
    - version = "0.13.0"
    + version = "0.13.1dev"
    )
    var (