Release 1.18.4
This commit is contained in:
parent
407bdefaf9
commit
cae219a7aa
|
@ -1,5 +1,7 @@
|
|||
# Unreleased
|
||||
|
||||
# 1.18.4
|
||||
|
||||
* Allow using bootsnap without bundler. See #488.
|
||||
* Fix startup failure if the cache directory points to a broken symlink.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Bootsnap
|
||||
VERSION = "1.18.3"
|
||||
VERSION = "1.18.4"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue