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")