diff --git a/ChangeLog b/ChangeLog index 7240502..52c08f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Version 0.4.0 +------------- + * Update go plugin to something recent. + Version 0.3.0 ------------- * Add modinfo provides. Requires a recent version of go-rules (at least >= 1.8.0) diff --git a/VERSION b/VERSION index 0d91a54..1d0ba9e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0 +0.4.0 diff --git a/plugins/BUILD b/plugins/BUILD index c804356..d2e32f3 100644 --- a/plugins/BUILD +++ b/plugins/BUILD @@ -5,5 +5,5 @@ plugin_repo( plugin_repo( name = "go", - revision = "v1.1.4", + revision = "v1.16.4", )