Skip to content

Commit

Permalink
v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blgm committed Aug 29, 2019
1 parent 66915d6 commit f90f37d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 1.10.0

## Fixes
- stack backtrace: fix alignment and skipping [66915d6]
- fix typo in documentation [8f97b93]

## 1.9.0

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

const VERSION = "1.9.0"
const VERSION = "1.10.0"

type GinkgoConfigType struct {
RandomSeed int64
Expand Down

0 comments on commit f90f37d

Please sign in to comment.