From 77a8c1e5c40d6bb6c5eb4dd4bdce9763564f6298 Mon Sep 17 00:00:00 2001 From: Onsi Fakhouri Date: Mon, 3 Apr 2017 11:58:22 -0700 Subject: [PATCH] v1.3.1: Actually change the CLI version --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 4b5485b41..716484e05 100644 --- a/config/config.go +++ b/config/config.go @@ -20,7 +20,7 @@ import ( "fmt" ) -const VERSION = "1.2.0" +const VERSION = "1.3.1" type GinkgoConfigType struct { RandomSeed int64