From b31943f1ff38d9616f9fb53719013a3a6080eb5c Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Tue, 25 Jul 2023 11:03:13 -0400 Subject: [PATCH] macho: 4.0.0 (#557) 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 351b2f5de..f11343c81 100644 --- a/lib/macho.rb +++ b/lib/macho.rb @@ -16,7 +16,7 @@ # The primary namespace for ruby-macho. module MachO # release version - VERSION = "3.0.0" + VERSION = "4.0.0" # Opens the given filename as a MachOFile or FatFile, depending on its magic. # @param filename [String] the file being opened