From bc9af1348902a08398c655421447bb5e76dc4c58 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Sun, 26 Mar 2017 01:17:50 -0400 Subject: [PATCH] macho: Bump version to 1.1.0. --- lib/macho.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/macho.rb b/lib/macho.rb index b82c00515..b7f20ea19 100644 --- a/lib/macho.rb +++ b/lib/macho.rb @@ -12,7 +12,7 @@ # The primary namespace for ruby-macho. module MachO # release version - VERSION = "1.0.0".freeze + VERSION = "1.1.0".freeze # Opens the given filename as a MachOFile or FatFile, depending on its magic. # @param filename [String] the file being opened