From c38f8392fec1872a5bed52b791717fefde530668 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Wed, 11 Nov 2020 11:18:29 -0500 Subject: [PATCH] chore(version): 2.5.0 (#288) --- lib/macho.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/macho.rb b/lib/macho.rb index f0e6d33b5..bc6773a92 100644 --- a/lib/macho.rb +++ b/lib/macho.rb @@ -16,7 +16,7 @@ # The primary namespace for ruby-macho. module MachO # release version - VERSION = "2.4.0" + VERSION = "2.5.0" # Opens the given filename as a MachOFile or FatFile, depending on its magic. # @param filename [String] the file being opened