From a2bcf6a1b2c8cda5aa7f05f6b9e5fed80905b0e9 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Fri, 16 Feb 2024 10:05:48 -0500 Subject: [PATCH] macho: 4.0.1 (#593) Signed-off-by: William Woodruff --- lib/macho.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/macho.rb b/lib/macho.rb index f11343c81..12f701364 100644 --- a/lib/macho.rb +++ b/lib/macho.rb @@ -16,7 +16,7 @@ # The primary namespace for ruby-macho. module MachO # release version - VERSION = "4.0.0" + VERSION = "4.0.1" # Opens the given filename as a MachOFile or FatFile, depending on its magic. # @param filename [String] the file being opened