Skip to content

Commit

Permalink
Bump version to 2.0.0.pre
Browse files Browse the repository at this point in the history
This branch contains a fairly large new I/O buffer subsystem:

#95

This could prevent complications for Rails 5, so let's ship it as
a completely new major version of nio4r.
  • Loading branch information
tarcieri committed Nov 5, 2016
1 parent 9d7cfca commit d186e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nio/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module NIO
VERSION = "1.2.1".freeze
VERSION = "2.0.0.pre".freeze
end

0 comments on commit d186e96

Please sign in to comment.