Skip to content

Commit a2bcf6a

Browse files
authored
macho: 4.0.1 (#593)
Signed-off-by: William Woodruff <[email protected]>
1 parent 8e11a36 commit a2bcf6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/macho.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# The primary namespace for ruby-macho.
1717
module MachO
1818
# release version
19-
VERSION = "4.0.0"
19+
VERSION = "4.0.1"
2020

2121
# Opens the given filename as a MachOFile or FatFile, depending on its magic.
2222
# @param filename [String] the file being opened

0 commit comments

Comments
 (0)