Skip to content

Commit 0445dfb

Browse files
committed
Release v0.11.1.pre
1 parent 7b8f7a4 commit 0445dfb

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'
5+
VERSION = '0.11.1.pre'
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'
5-
RUBY_RELEASE_DATE = '2017-12-08'
4+
RUBY_ENGINE_VERSION = '0.11.1.pre'
5+
RUBY_RELEASE_DATE = '2018-07-04'
66
RUBY_PATCHLEVEL = 0
77
RUBY_REVISION = 0
88
RUBY_COPYRIGHT = 'opal - Copyright (C) 2013-2015 Adam Beynon'

0 commit comments

Comments
 (0)