From 9b9b7fd2ec0dea3c87aa032475fcec07bb8240e8 Mon Sep 17 00:00:00 2001 From: Emmanuel Odeke Date: Sat, 17 Sep 2016 23:17:01 -0700 Subject: [PATCH] version bump to v0.3.8! Fixes https://github.com/odeke-em/drive/issues/743. Version bumped up to v0.3.8, new release. --- src/about.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/about.go b/src/about.go index a0db85d5..763b64ed 100644 --- a/src/about.go +++ b/src/about.go @@ -21,7 +21,7 @@ import ( drive "google.golang.org/api/drive/v2" ) -const Version = "0.3.7" +const Version = "0.3.8" const ( Barely = iota