Skip to content

Commit 9b19e21

Browse files
committed
Bump version to v0.11.4
1 parent a28ddf4 commit 9b19e21

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ Whitespace conventions:
2121

2222

2323

24-
## [0.11.4](https://github.com/opal/opal/compare/v0.11.3...HEAD) - unreleased
24+
<!-- generated-content-beyond-this-comment -->
25+
26+
## [0.11.4](https://github.com/opal/opal/compare/v0.11.3...v0.11.4) - 2018-11-07
2527

2628

2729
### Fixed
@@ -30,8 +32,6 @@ Whitespace conventions:
3032

3133

3234

33-
<!-- generated-content-beyond-this-comment -->
34-
3535

3636
## [0.11.3](https://github.com/opal/opal/compare/v0.11.2...v0.11.3) - 2018-08-28
3737

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.3'
5+
VERSION = '0.11.4'
66
end

opal/corelib/constants.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
RUBY_PLATFORM = 'opal'
22
RUBY_ENGINE = 'opal'
3-
RUBY_VERSION = '2.4.0'
4-
RUBY_ENGINE_VERSION = '0.11.3'
5-
RUBY_RELEASE_DATE = '2018-08-28'
3+
RUBY_VERSION = '2.4.5'
4+
RUBY_ENGINE_VERSION = '0.11.4'
5+
RUBY_RELEASE_DATE = '2018-11-07'
66
RUBY_PATCHLEVEL = 0
77
RUBY_REVISION = 0
88
RUBY_COPYRIGHT = 'opal - Copyright (C) 2013-2015 Adam Beynon'

0 commit comments

Comments
 (0)