We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dab998 commit 695be8aCopy full SHA for 695be8a
docs-source/signpost.md
@@ -3,7 +3,7 @@
3
Pick a `concurrent-ruby` version:
4
5
* [master](./master/index.html)
6
-* [1.3.1 with edge 0.7.0](./1.2.3/index.html)
+* [1.3.1.pre with edge 0.7.0](./1.3.1.pre/index.html)
7
* [1.1.10 with edge 0.6.0](./1.1.10/index.html)
8
* [1.1.9 with edge 0.6.0](./1.1.9/index.html)
9
* [1.1.8 with edge 0.6.0](./1.1.8/index.html)
lib/concurrent-ruby/concurrent/version.rb
@@ -1,3 +1,3 @@
1
module Concurrent
2
- VERSION = '1.3.1'
+ VERSION = '1.3.1.pre'
end
0 commit comments