Skip to content

Commit

Permalink
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/opal/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Opal
# WHEN RELEASING:
# Remember to update RUBY_ENGINE_VERSION in opal/corelib/variables.rb too!
VERSION = '0.8.0.rc2'
VERSION = '0.8.0.rc3'
end
4 changes: 2 additions & 2 deletions opal/corelib/variables.rb
Original file line number Diff line number Diff line change
@@ -20,5 +20,5 @@
RUBY_PLATFORM = 'opal'
RUBY_ENGINE = 'opal'
RUBY_VERSION = '2.1.5'
RUBY_ENGINE_VERSION = '0.8.0.rc2'
RUBY_RELEASE_DATE = '2015-07-04'
RUBY_ENGINE_VERSION = '0.8.0.rc3'
RUBY_RELEASE_DATE = '2015-07-13'

0 comments on commit 6ac86e1

Please sign in to comment.