Skip to content

Commit

Permalink
Release v1.8.0.alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Aug 4, 2023
1 parent 0230a24 commit c67eb7e
Show file tree
Hide file tree
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
Expand Up @@ -3,5 +3,5 @@
module Opal
# WHEN RELEASING:
# Remember to update RUBY_ENGINE_VERSION in opal/corelib/constants.rb too!
VERSION = '1.7.3'
VERSION = '1.8.0.alpha1'
end
4 changes: 2 additions & 2 deletions opal/corelib/constants.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
::RUBY_PLATFORM = 'opal'
::RUBY_ENGINE = 'opal'
::RUBY_VERSION = '3.2.0'
::RUBY_ENGINE_VERSION = '1.7.3'
::RUBY_RELEASE_DATE = '2023-03-23'
::RUBY_ENGINE_VERSION = '1.8.0.alpha1'
::RUBY_RELEASE_DATE = '2023-08-04'
::RUBY_PATCHLEVEL = 0
::RUBY_REVISION = '0'
::RUBY_COPYRIGHT = 'opal - Copyright (C) 2011-2023 Adam Beynon and the Opal contributors'
Expand Down

0 comments on commit c67eb7e

Please sign in to comment.