Skip to content

Commit

Permalink
Bump to version 1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Christensen committed Jul 5, 2017
1 parent 4989398 commit 959a9c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
=== 1.3.9

* Support Ruby 2.4.1p111 (include manifest)

=== 1.3.8

* Use GetModuleFileNameW for DLL detection
Expand Down
2 changes: 1 addition & 1 deletion bin/ocra
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ module Ocra
a.sort.inject([]) { |r, e| r.last == e ? r : r << e }
end

VERSION = "1.3.8"
VERSION = "1.3.9"

IGNORE_MODULES = /\/(enumerator.so|rational.so|complex.so|thread.rb)$/

Expand Down
2 changes: 1 addition & 1 deletion lib/ocra.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Ocra
VERSION = '1.3.8'
VERSION = '1.3.9'
end

0 comments on commit 959a9c0

Please sign in to comment.