Skip to content

Commit

Permalink
(version) bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen von Takach committed Aug 8, 2016
1 parent 3f05094 commit 6090d2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ rvm:
- "2.2"
- ruby-head
- rbx-2
- rbx
- jruby-head
branches:
only:
Expand All @@ -14,3 +15,8 @@ before_install:
before_script:
- rake compile
sudo: false
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
- rvm: rbx
2 changes: 1 addition & 1 deletion lib/libuv/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Libuv
VERSION = '2.0.8'
VERSION = '2.0.9'
end

0 comments on commit 6090d2a

Please sign in to comment.