grim/convey

Bump the version for release
v0.13.0
2018-01-14, Gary Kramlich
7d242a198aa8
Parents 43e2260fa9f8
Children be0abfff60e4
Bump the version for release
  • +1 -1
    ChangeLog
  • +1 -1
    convey.yml
  • +1 -1
    main.go
  • --- a/ChangeLog Sun Jan 14 06:03:40 2018 -0600
    +++ b/ChangeLog Sun Jan 14 06:08:00 2018 -0600
    @@ -1,4 +1,4 @@
    -0.12.1dev:
    +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
    workspace.
    --- a/convey.yml Sun Jan 14 06:03:40 2018 -0600
    +++ b/convey.yml Sun Jan 14 06:08:00 2018 -0600
    @@ -1,5 +1,5 @@
    environment:
    - - CONVEY_VERSION=0.12.1dev
    + - CONVEY_VERSION=0.13.0
    - GO_PACKAGE=bitbucket.org/rw_grim/convey
    tasks:
    # tasks for the default plan
    --- a/main.go Sun Jan 14 06:03:40 2018 -0600
    +++ b/main.go Sun Jan 14 06:08:00 2018 -0600
    @@ -38,7 +38,7 @@
    )
    const (
    - version = "0.12.1dev"
    + version = "0.13.0"
    )
    var (