Skip to content

Commit

Permalink
v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blgm committed Aug 30, 2019
1 parent 2a4c0bd commit 974566c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## 1.10.1

## Fixes
- stack backtrace: fix skipping (#600) [2a4c0bd]

## 1.10.0

## Fixes
Expand Down
2 changes: 1 addition & 1 deletion config/config.go
Expand Up @@ -20,7 +20,7 @@ import (
"fmt"
)

const VERSION = "1.10.0"
const VERSION = "1.10.1"

type GinkgoConfigType struct {
RandomSeed int64
Expand Down

0 comments on commit 974566c

Please sign in to comment.