Skip to content

Commit bc9af13

Browse files
committed
macho: Bump version to 1.1.0.
1 parent 35dcf72 commit bc9af13

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
@@ -12,7 +12,7 @@
1212
# The primary namespace for ruby-macho.
1313
module MachO
1414
# release version
15-
VERSION = "1.0.0".freeze
15+
VERSION = "1.1.0".freeze
1616

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

0 commit comments

Comments
 (0)