grim/convey

59abcebc6c37
Bump versions for the next round of development
  • +3 -0
    ChangeLog
  • +1 -1
    convey.yml
  • +1 -1
    main.go
  • --- a/ChangeLog Mon Oct 09 11:03:19 2017 -0500
    +++ b/ChangeLog Mon Oct 09 11:05:46 2017 -0500
    @@ -1,3 +1,6 @@
    +0.10.5:
    + * Nothing yet! Be the first!!
    +
    0.10.4:
    * Fix an issue that made scripts non-deterministic. PR #30 (Eric Fritz)
    --- a/convey.yml Mon Oct 09 11:03:19 2017 -0500
    +++ b/convey.yml Mon Oct 09 11:05:46 2017 -0500
    @@ -1,5 +1,5 @@
    environment:
    - - CONVEY_VERSION=0.10.4
    + - CONVEY_VERSION=0.10.5dev
    - GO_PACKAGE=bitbucket.org/rw_grim/convey
    tasks:
    # tasks for the default plan
    --- a/main.go Mon Oct 09 11:03:19 2017 -0500
    +++ b/main.go Mon Oct 09 11:05:46 2017 -0500
    @@ -36,7 +36,7 @@
    )
    const (
    - version = "0.10.4"
    + version = "0.10.5dev"
    )
    var (