Skip to content

Commit

Permalink
Reapply "v1.3.15"
Browse files Browse the repository at this point in the history
This reverts commit 85769fb.
  • Loading branch information
shinokaro committed Nov 30, 2023
1 parent 34cd322 commit bce6504
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/ocran
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ module Ocran
a.sort.inject([]) { |r, e| r.last == e ? r : r << e }
end

VERSION = "1.3.14"
VERSION = "1.3.15"

IGNORE_MODULE_NAMES = /\/(enumerator.so|rational.so|complex.so|fiber.so|thread.rb|ruby2_keywords.rb)$/

Expand Down
4 changes: 2 additions & 2 deletions lib/ocran/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Ocran
VERSION = "1.3.14"
end
VERSION = "1.3.15"
end

0 comments on commit bce6504

Please sign in to comment.