Release 1.18.4

This commit is contained in:
Jean Boussier 2024-08-05 11:47:29 +02:00
parent 407bdefaf9
commit cae219a7aa
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Bootsnap
VERSION = "1.18.3"
VERSION = "1.18.4"
end