From 8ee5a4628f1b98462613ec2b26297a550cb3277a Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Wed, 9 Jan 2019 11:20:50 +0800 Subject: [PATCH] Bump version 2.8.0 Signed-off-by: Jianhui Zhao --- README.md | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1f0079..62e6036 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [4]: https://github.com/zhaojh329/rttys/pulls [5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=plastic [6]: https://github.com/zhaojh329/rttys/issues/new -[7]: https://img.shields.io/badge/release-2.7.0-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-2.8.0-blue.svg?style=plastic [8]: https://github.com/zhaojh329/rttys/releases [9]: https://travis-ci.org/zhaojh329/rttys.svg?branch=master [10]: https://travis-ci.org/zhaojh329/rttys diff --git a/version.go b/version.go index 72d8175..cb68dbb 100644 --- a/version.go +++ b/version.go @@ -3,7 +3,7 @@ package main import "fmt" const RTTYS_VERSION_MAJOR = 2 -const RTTYS_VERSION_MINOR = 7 +const RTTYS_VERSION_MINOR = 8 const RTTYS_VERSION_PATCH = 0 func rttys_version() string {