Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Jun 13, 2018
1 parent 4754408 commit 9fb3da2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/opal/version.rb
@@ -1,5 +1,5 @@
module Opal
# WHEN RELEASING:
# Remember to update RUBY_ENGINE_VERSION in opal/corelib/constants.rb too!
VERSION = '0.10.5'
VERSION = '0.10.6.beta'
end
6 changes: 3 additions & 3 deletions opal/corelib/constants.rb
@@ -1,8 +1,8 @@
RUBY_PLATFORM = 'opal'
RUBY_ENGINE = 'opal'
RUBY_VERSION = '2.2.7'
RUBY_ENGINE_VERSION = '0.10.5'
RUBY_RELEASE_DATE = '2017-06-21'
RUBY_VERSION = '2.2.10'
RUBY_ENGINE_VERSION = '0.10.6.beta'
RUBY_RELEASE_DATE = '2018-06-14'
RUBY_PATCHLEVEL = 0
RUBY_REVISION = 0
RUBY_COPYRIGHT = 'opal - Copyright (C) 2013-2015 Adam Beynon'
Expand Down

0 comments on commit 9fb3da2

Please sign in to comment.