Skip to content

Commit a2a2d11

Browse files
committedNov 10, 2013
Fix RUBY_RELEASE_DATE
1 parent 63f0cf3 commit a2a2d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎opal/opal.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
RUBY_ENGINE = 'opal'
4848
RUBY_VERSION = '1.9.3'
4949
RUBY_ENGINE_VERSION = '0.5.1'
50-
RUBY_RELEASE_DATE = '2013-08-13'
50+
RUBY_RELEASE_DATE = '2013-11-10'
5151

5252
module Opal
5353
def self.coerce_to(object, type, method)

0 commit comments

Comments
 (0)
Please sign in to comment.