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 4f4e7f8 commit e12c465Copy full SHA for e12c465
docs-source/signpost.md
@@ -3,7 +3,7 @@
3
Pick a `concurrent-ruby` version:
4
5
* [master](./master/index.html)
6
-* [1.2.0 with edge 0.6.0](./1.2.0/index.html)
+* [1.2.0 with edge 0.7.0](./1.2.0/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-edge/concurrent/edge/version.rb
@@ -1,3 +1,3 @@
1
module Concurrent
2
- EDGE_VERSION = '0.6.0'
+ EDGE_VERSION = '0.7.0'
end
0 commit comments