From 0dc8ed4a56e7539f5be3cbef1bb880d1b240afd8 Mon Sep 17 00:00:00 2001 From: Vincent Garrigues Date: Fri, 10 Nov 2023 15:28:53 +0000 Subject: [PATCH] Bump version to 0.9.0 --- Gemfile.lock | 2 +- lib/swiftformat/gem_version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3d3425c..1dbc257 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - danger-swiftformat (0.8.1) + danger-swiftformat (0.9.0) danger-plugin-api (~> 1.0) GEM diff --git a/lib/swiftformat/gem_version.rb b/lib/swiftformat/gem_version.rb index 66f4c15..b03ddd2 100644 --- a/lib/swiftformat/gem_version.rb +++ b/lib/swiftformat/gem_version.rb @@ -1,3 +1,3 @@ module Swiftformat - VERSION = "0.8.1".freeze + VERSION = "0.9.0".freeze end