From b51230b563724cfd9d1fcf0c946f46a33eb82df4 Mon Sep 17 00:00:00 2001 From: Adrian Macneil Date: Tue, 28 Feb 2017 22:28:49 -0800 Subject: [PATCH] Add release version shield --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d894ad..9a67eb5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Dbmate [![Build Status](https://travis-ci.org/amacneil/dbmate.svg?branch=master)](https://travis-ci.org/amacneil/dbmate) +[![GitHub release](https://img.shields.io/github/release/amacneil/dbmate.svg)](https://github.com/amacneil/dbmate/releases) [![Documentation](https://readthedocs.org/projects/dbmate/badge/)](http://dbmate.readthedocs.org/) Dbmate is a database migration tool, to keep your database schema in sync across multiple developers and your production servers. It is a standalone command line tool, which can be used with any language or framework. This is especially helpful if you are writing many services in different languages, and want to maintain some sanity with consistent development tools.