Skip to content

Commit

Permalink
bump to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dim145 committed Nov 21, 2024
1 parent ee8e7d5 commit b48d038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 2024_10_23_094501) do
ActiveRecord::Schema.define(version: 2024_11_19_143119) do

# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
Expand Down
2 changes: 1 addition & 1 deletion lib/elvis/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Elvis
VERSION = "2.8.12"
VERSION = "2.9.0"
end

0 comments on commit b48d038

Please sign in to comment.