From 496a2ec9c83c248fc3ac567d2f3ce9fef5a28cb7 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 13 Jul 2026 21:08:13 +0200 Subject: [PATCH] Prep ruby-macho 6.0.0 --- lib/macho.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/macho.rb b/lib/macho.rb index a3c4a6891..f986fd09b 100644 --- a/lib/macho.rb +++ b/lib/macho.rb @@ -15,7 +15,7 @@ # The primary namespace for ruby-macho. module MachO # release version - VERSION = "5.0.0" + VERSION = "6.0.0" # Opens the given filename as a MachOFile or FatFile, depending on its magic. # @param filename [String] the file being opened