From 4e9461558c42b83bda297d9d570a2e105a193063 Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Sun, 19 Apr 2015 10:40:32 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5b52ba..95c6b65 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Package validator ================ -[![Build Status](https://travis-ci.org/bluesuncorp/validator.svg?branch=v5)](https://travis-ci.org/bluesuncorp/validator) +[![Build Status](https://travis-ci.org/bluesuncorp/validator.svg?branch=v5.0.2)](https://travis-ci.org/bluesuncorp/validator) [![GoDoc](https://godoc.org/gopkg.in/bluesuncorp/validator.v5?status.svg)](https://godoc.org/gopkg.in/bluesuncorp/validator.v5) Package validator implements value validations for structs and individual fields based on tags.