From c86f3680fae1d61ca5b9d4fcdaf7a3f11cee0ebb Mon Sep 17 00:00:00 2001 From: Christopher Hauser Date: Fri, 8 Jan 2016 11:23:40 +0100 Subject: [PATCH 1/2] updating readme with travis icon at right place --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index aea4712..ce58400 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -[![Build Status](https://travis-ci.org/cha87de/kvmtop.svg)](https://travis-ci.org/cha87de/kvmtop) -# kvmtop +# kvmtop [![Build Status](https://travis-ci.org/cha87de/kvmtop.svg)](https://travis-ci.org/cha87de/kvmtop) ## What kvmtop does It reads utilisation metrics about virtual machines From b75a8d8915f5790af7d165e7bf974a4c8d339dce Mon Sep 17 00:00:00 2001 From: Christopher Hauser Date: Fri, 8 Jan 2016 11:48:34 +0100 Subject: [PATCH 2/2] setting version in go source to 1.0 --- kvmtop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kvmtop.go b/kvmtop.go index 08e8ee3..e567983 100644 --- a/kvmtop.go +++ b/kvmtop.go @@ -24,7 +24,7 @@ import ( var ( // COMPILE VARS - VERSION = "0.1" + VERSION = "1.0" // CONFIG VARS FREQUENCY = 1