You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by de...@apache.org on 2018/10/09 14:01:28 UTC

[trafficcontrol] branch master updated: Due to build script changes that now add the commit hash to the rpm name, bump the grove version from 0.1 to 0.2 so that yum correctly installs the latest version with the commit hash in the name.

This is an automated email from the ASF dual-hosted git repository.

dewrich pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 08c3039  Due to build script changes that now add the commit hash to the rpm name, bump the grove version from 0.1 to 0.2 so that yum correctly installs the latest version with the commit hash in the name.
08c3039 is described below

commit 08c3039b8dc42706d9408960d01555a413be9b83
Author: John Rushford <jr...@apache.org>
AuthorDate: Mon Oct 8 21:40:06 2018 +0000

    Due to build script changes that now add the commit hash to the rpm
    name, bump the grove version from 0.1 to 0.2 so that yum correctly
    installs the latest version with the commit hash in the name.
---
 grove/VERSION    | 2 +-
 grove/version.go | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/grove/VERSION b/grove/VERSION
index 49d5957..3b04cfb 100644
--- a/grove/VERSION
+++ b/grove/VERSION
@@ -1 +1 @@
-0.1
+0.2
diff --git a/grove/version.go b/grove/version.go
index 2ebf46f..80f9847 100644
--- a/grove/version.go
+++ b/grove/version.go
@@ -14,4 +14,4 @@ package main
    limitations under the License.
 */
 
-var Version = "0.1"
+var Version = "0.2"