grim/convey

Bump the versions for release
v0.10.4
2017-10-09, Gary Kramlich
b35fa6c81f34
Parents 2f14f79d7995
Children e43ece164915
Bump the versions for release
  • +1 -1
    ChangeLog
  • +1 -1
    convey.yml
  • +1 -1
    main.go
  • --- a/ChangeLog Sat Oct 07 11:12:10 2017 -0500
    +++ b/ChangeLog Mon Oct 09 11:02:57 2017 -0500
    @@ -1,5 +1,5 @@
    0.10.4:
    - * Nothing yet! Be the first!!
    + * Fix an issue that made scripts non-deterministic. PR #30 (Eric Fritz)
    0.10.3: 20171004
    * Added support for setting a hostname for run tasks. This makes it possible
    --- a/convey.yml Sat Oct 07 11:12:10 2017 -0500
    +++ b/convey.yml Mon Oct 09 11:02:57 2017 -0500
    @@ -1,5 +1,5 @@
    environment:
    - - CONVEY_VERSION=0.10.4dev
    + - CONVEY_VERSION=0.10.4
    - GO_PACKAGE=bitbucket.org/rw_grim/convey
    tasks:
    # tasks for the default plan
    --- a/main.go Sat Oct 07 11:12:10 2017 -0500
    +++ b/main.go Mon Oct 09 11:02:57 2017 -0500
    @@ -36,7 +36,7 @@
    )
    const (
    - version = "0.10.4dev"
    + version = "0.10.4"
    )
    var (