From 7e85119673a4b46889ac49d578cab04742a5dba2 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Tue, 3 Jul 2018 12:01:38 -0400 Subject: [PATCH] macho: 2.0.0 --- lib/macho.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/macho.rb b/lib/macho.rb index 2adf4fe..06dd39b 100644 --- a/lib/macho.rb +++ b/lib/macho.rb @@ -12,7 +12,7 @@ require_relative "macho/tools" # The primary namespace for ruby-macho. module MachO # release version - VERSION = "1.3.0.pre.1".freeze + VERSION = "2.0.0".freeze # Opens the given filename as a MachOFile or FatFile, depending on its magic. # @param filename [String] the file being opened -- 2.11.4.GIT