Skip to content

Commit

Permalink
Set RULES_GO_VERSION to 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Conrod committed Aug 25, 2018
1 parent 5bf6d62 commit ba6f213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/def.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ load(

# Current version or next version to be tagged. Gazelle and other tools may
# check this to determine compatibility.
RULES_GO_VERSION = "0.14.0"
RULES_GO_VERSION = "0.14.1"

GoLibrary = _GoLibrary
"""See go/providers.rst#GoLibrary for full documentation."""
Expand Down

0 comments on commit ba6f213

Please sign in to comment.