From c429e51ee4e7baa14d9ec2ab8a649e4cf61fe740 Mon Sep 17 00:00:00 2001 From: Mathieu Rul Date: Mon, 10 May 2021 15:05:51 +0200 Subject: [PATCH] Bump version to 1.0.0 --- Gemfile.lock | 2 +- lib/spotbugs/gem_version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 26e670f..936629b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - danger-spotbugs (0.0.4) + danger-spotbugs (1.0.0) danger-plugin-api (~> 1.0) oga (~> 2.15) diff --git a/lib/spotbugs/gem_version.rb b/lib/spotbugs/gem_version.rb index b40decb..97095db 100644 --- a/lib/spotbugs/gem_version.rb +++ b/lib/spotbugs/gem_version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Spotbugs - VERSION = '0.0.4' + VERSION = '1.0.0' end