From 7fcc70dd791ea5ca951fd0001fe85e19c9f8cde9 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 10 Jun 2024 21:18:06 -0400 Subject: [PATCH] macho: 4.1.0 (#626) --- lib/macho.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/macho.rb b/lib/macho.rb index 12f701364..b9a90bb83 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.1" + VERSION = "4.1.0" # Opens the given filename as a MachOFile or FatFile, depending on its magic. # @param filename [String] the file being opened