Skip to content

Commit dc0e58f

Browse files
committed
fix: rake vbump:final
1 parent c4c7e3b commit dc0e58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def change_version(&block)
100100
f.write(line)
101101
end
102102
raise ArgumentError, "Cound not find line: PRE = \"#{pre}\" in #{version_file}" unless found[:pre]
103-
raise ArgumentError, "Cound not find line: TINY = \"#{tiny}\" in #{version_file}" unless found[:tiny]
103+
raise ArgumentError, "Cound not find line: TINY = \"#{tiny}\" in #{version_file}" unless found[:tiny] || new_tiny == tiny
104104
end
105105

106106
FileUtils.mv version_file, "#{version_file}.old"

0 commit comments

Comments
 (0)