From 7d1f646095dc52641710ca4ce165d05b7d9a1098 Mon Sep 17 00:00:00 2001 From: Jasdeep Singh Date: Sun, 13 Aug 2017 15:41:48 -0400 Subject: [PATCH] added git tag badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7613cf9..206b313 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Build Status](https://travis-ci.org/metaware/flipper.svg?branch=master)](https://travis-ci.org/metaware/flipper) [![LICENSE](https://img.shields.io/github/license/metaware/flipper.svg)](https://github.com/metaware/flipper/blob/master/LICENSE) +[![GitHub tag](https://img.shields.io/github/tag/metaware/flipper.svg)](https://github.com/metaware/flipper/releases/latest) > Feature flipping is the act of enabling or disabling features or parts of your application, ideally without re-deploying or changing anything in your code base.