Skip to content

Commit 1eb4780

Browse files
committedMay 8, 2015
Another safety net around RUBY_ENGINE_VERSION updates
1 parent d39f621 commit 1eb4780

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

Diff for: ‎lib/opal/version.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
module Opal
2+
# WHEN RELEASING:
3+
# Remember to update RUBY_ENGINE_VERSION in opal/corelib/variables.rb too!
24
VERSION = '0.8.0.beta1'
35
end

Diff for: ‎opal/corelib/variables.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
RUBY_PLATFORM = 'opal'
2121
RUBY_ENGINE = 'opal'
2222
RUBY_VERSION = '2.1.1'
23-
RUBY_ENGINE_VERSION = '0.8.0.dev'
23+
RUBY_ENGINE_VERSION = '0.8.0.beta1'
2424
RUBY_RELEASE_DATE = '2015-02-14'

0 commit comments

Comments
 (0)