Skip to content

Commit

Permalink
chore: bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenno committed Nov 21, 2024
1 parent ffedeca commit d07326a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
human_languages (0.8.0)
human_languages (0.9.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -50,4 +50,4 @@ DEPENDENCIES
rubocop-rake (~> 0.6.0)

BUNDLED WITH
2.3.7
2.5.6
2 changes: 1 addition & 1 deletion lib/languages/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Languages
VERSION = '0.8.0'
VERSION = '0.9.0'
end

0 comments on commit d07326a

Please sign in to comment.