Skip to content

Commit fa5faba

Browse files
committed
v1.5.0
1 parent 447a5fe commit fa5faba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## HEAD
1+
## 1.5.0 5/10/2018
22

33
### New Features
44
- Supports go v1.10 (#443, #446, #451) [e873237, 468e89e, e37dbfe, a37f4c0, c0b857d, bca5260, 4177ca8]

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"fmt"
2121
)
2222

23-
const VERSION = "1.4.0"
23+
const VERSION = "1.5.0"
2424

2525
type GinkgoConfigType struct {
2626
RandomSeed int64

0 commit comments

Comments
 (0)