From 6b60ce7c8b4aeab818d7d433173ecc2436ecf98e Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Sun, 26 Feb 2017 19:06:44 +0300 Subject: [PATCH] Add a release badge to README.md. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a0e2502..9d4a6db 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Latest Release][release-badge]][release-url] [![Build Status][travis-badge]][travis-url] [![Coverage Status][coveralls-badge]][coveralls-url] [![License][license-badge]][license-url] @@ -118,3 +119,5 @@ Note that numerical values for all *size* options (like `--thread-stack-size` in [travis-url]: https://travis-ci.org/akopytov/sysbench?branch=1.0 [license-badge]: https://img.shields.io/badge/license-GPLv2-blue.svg [license-url]: COPYING +[release-badge]: https://img.shields.io/github/release/akopytov/sysbench.svg +[release-url]: https://github.com/akopytov/sysbench/releases/latest