Skip to content

Commit 5524b04

Browse files
committed
Bump version to 5.4.0 across all components
1 parent aa908ba commit 5524b04

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

changeset/lib/rom/changeset/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module ROM
44
class Changeset
5-
VERSION = '5.3.0'
5+
VERSION = '5.4.0'
66
end
77
end

core/lib/rom/core/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module ROM
44
module Core
5-
VERSION = '5.3.3'
5+
VERSION = '5.4.0'
66
end
77
end

lib/rom/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ROM
4-
VERSION = '5.3.3'
4+
VERSION = '5.4.0'
55
end

repository/lib/rom/repository/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module ROM
44
class Repository
5-
VERSION = '5.3.1'
5+
VERSION = '5.4.0'
66
end
77
end

0 commit comments

Comments
 (0)