We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35dcf72 commit bc9af13Copy full SHA for bc9af13
1 file changed
lib/macho.rb
@@ -12,7 +12,7 @@
12
# The primary namespace for ruby-macho.
13
module MachO
14
# release version
15
- VERSION = "1.0.0".freeze
+ VERSION = "1.1.0".freeze
16
17
# Opens the given filename as a MachOFile or FatFile, depending on its magic.
18
# @param filename [String] the file being opened
0 commit comments