Skip to content

Commit

Permalink
Bump version to 5.4.0 across all components
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Dec 30, 2024
1 parent aa908ba commit 5524b04
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion changeset/lib/rom/changeset/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ROM
class Changeset
VERSION = '5.3.0'
VERSION = '5.4.0'
end
end
2 changes: 1 addition & 1 deletion core/lib/rom/core/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ROM
module Core
VERSION = '5.3.3'
VERSION = '5.4.0'
end
end
2 changes: 1 addition & 1 deletion lib/rom/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ROM
VERSION = '5.3.3'
VERSION = '5.4.0'
end
2 changes: 1 addition & 1 deletion repository/lib/rom/repository/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ROM
class Repository
VERSION = '5.3.1'
VERSION = '5.4.0'
end
end

0 comments on commit 5524b04

Please sign in to comment.