Skip to content

Commit 8a4f5a4

Browse files
committed
Release 0.11
1 parent 66849b5 commit 8a4f5a4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/opal/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
module Opal
33
# WHEN RELEASING:
44
# Remember to update RUBY_ENGINE_VERSION in opal/corelib/constants.rb too!
5-
VERSION = '0.11.0.rc1'
5+
VERSION = '0.11.0'
66
end

opal/corelib/constants.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
RUBY_PLATFORM = 'opal'
22
RUBY_ENGINE = 'opal'
33
RUBY_VERSION = '2.4.0'
4-
RUBY_ENGINE_VERSION = '0.11.0.rc1'
5-
RUBY_RELEASE_DATE = '2017-05-01'
4+
RUBY_ENGINE_VERSION = '0.11.0'
5+
RUBY_RELEASE_DATE = '2017-12-08'
66
RUBY_PATCHLEVEL = 0
77
RUBY_REVISION = 0
88
RUBY_COPYRIGHT = 'opal - Copyright (C) 2013-2015 Adam Beynon'

0 commit comments

Comments
 (0)