From ca3cef3fca6539c333fae8deaa05a37696bfa430 Mon Sep 17 00:00:00 2001 From: Jay Conrod Date: Wed, 13 Dec 2017 12:47:43 -0500 Subject: [PATCH] Set version number to 0.8.1 --- go/def.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/def.bzl b/go/def.bzl index a91f778388..c9db559b12 100644 --- a/go/def.bzl +++ b/go/def.bzl @@ -58,7 +58,7 @@ load("@io_bazel_rules_go//go/private:tools/vet.bzl", # Current version or next version to be tagged. Gazelle and other tools may # check this to determine compatibility. -RULES_GO_VERSION = "0.8.0" +RULES_GO_VERSION = "0.8.1" GoLibrary = _GoLibrary """See go/providers.rst#GoLibrary for full documentation."""