diff --git a/.travis.yml b/.travis.yml
index 3480432..42a68b4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
language: go
go:
- - 1.7.6
- - 1.8.3
+ - 1.10.2
- tip
matrix:
allow_failures:
@@ -34,6 +33,6 @@ script:
- go test -race
after_success: |
- [ $TRAVIS_GO_VERSION = 1.8.3 ] &&
+ [ $TRAVIS_GO_VERSION = 1.10.2 ] &&
overalls -project="github.com/go-playground/webhooks" -covermode=count -ignore=.git,examples -debug &&
goveralls -coverprofile=overalls.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN
\ No newline at end of file
diff --git a/README.md b/README.md
index 307265c..52c403d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
Library webhooks
================
-![Project status](https://img.shields.io/badge/version-3.11.0-green.svg)
+![Project status](https://img.shields.io/badge/version-3.12.0-green.svg)
[![Build Status](https://travis-ci.org/go-playground/webhooks.svg?branch=v3)](https://travis-ci.org/go-playground/webhooks)
[![Coverage Status](https://coveralls.io/repos/go-playground/webhooks/badge.svg?branch=v3&service=github)](https://coveralls.io/github/go-playground/webhooks?branch=v3)
[![Go Report Card](https://goreportcard.com/badge/go-playground/webhooks)](https://goreportcard.com/report/go-playground/webhooks)