From fa5fabab2a1bfbd924faf4c067d07ae414e2aedf Mon Sep 17 00:00:00 2001 From: George Blue Date: Thu, 10 May 2018 17:15:15 +0100 Subject: [PATCH] v1.5.0 --- CHANGELOG.md | 2 +- config/config.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20b63278c..b7e787d5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## HEAD +## 1.5.0 5/10/2018 ### New Features - Supports go v1.10 (#443, #446, #451) [e873237, 468e89e, e37dbfe, a37f4c0, c0b857d, bca5260, 4177ca8] diff --git a/config/config.go b/config/config.go index 9e54fa33f..9b320e387 100644 --- a/config/config.go +++ b/config/config.go @@ -20,7 +20,7 @@ import ( "fmt" ) -const VERSION = "1.4.0" +const VERSION = "1.5.0" type GinkgoConfigType struct { RandomSeed int64