From fd47cc1144bf99268528cd035dead14fd6688be3 Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Sun, 15 Sep 2013 12:49:41 +0400 Subject: [PATCH] Update version --- gor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gor.go b/gor.go index 7f7a31f..fb14b49 100644 --- a/gor.go +++ b/gor.go @@ -17,7 +17,7 @@ import ( ) const ( - VERSION = "0.3.3" + VERSION = "0.3.5" ) var cpuprofile = flag.String("cpuprofile", "", "write cpu profile to file")