Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Nodari <anodari@pivotal.io>
  • Loading branch information
blgm authored and Andrea Nodari committed May 14, 2018
1 parent 6371315 commit 62bff4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gomega_dsl.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"github.com/onsi/gomega/types"
)

const GOMEGA_VERSION = "1.3.0"
const GOMEGA_VERSION = "1.4.0"

const nilFailHandlerPanic = `You are trying to make an assertion, but Gomega's fail handler is nil.
If you're using Ginkgo then you probably forgot to put your assertion in an It().
Expand Down

0 comments on commit 62bff4d

Please sign in to comment.