diff --git a/Gemfile.lock b/Gemfile.lock index 351a250..0139081 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - lunchmoney-ruby (0.8.0) + lunchmoney-ruby (0.9.0) activesupport (>= 6.1) faraday (>= 1.0.0) sorbet-runtime (>= 0.5) diff --git a/lib/lunchmoney/version.rb b/lib/lunchmoney/version.rb index 1bf115b..6062bb8 100644 --- a/lib/lunchmoney/version.rb +++ b/lib/lunchmoney/version.rb @@ -3,5 +3,5 @@ module LunchMoney # Current version of the gem - VERSION = "0.8.0" + VERSION = "0.9.0" end