From 710b6d825d89d78e52010e32956ff96f68de132a Mon Sep 17 00:00:00 2001 From: David McIntosh <804610+mctofu@users.noreply.github.com> Date: Tue, 16 Mar 2021 13:04:47 -0700 Subject: [PATCH] v0.138.0 --- CHANGELOG.md | 4 ++++ common/lib/dependabot/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f803acb462c..cf594ac402c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.138.0, 16 March 2021 + +- Go: Bump golang to v1.16.2 + ## v0.137.2, 16 March 2021 - Bundler: Fix permission error when vendoring gems diff --git a/common/lib/dependabot/version.rb b/common/lib/dependabot/version.rb index afe1161b4f3..03f2369d889 100644 --- a/common/lib/dependabot/version.rb +++ b/common/lib/dependabot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Dependabot - VERSION = "0.137.2" + VERSION = "0.138.0" end