File: version.rb

package info (click to toggle)
ruby-concurrent 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,872 kB
  • ctags: 3,093
  • sloc: ruby: 26,166; java: 6,028; ansic: 282; makefile: 4
file content (4 lines) | stat: -rw-r--r-- 72 bytes parent folder | download
1
2
3
4
module Concurrent
  VERSION      = '1.0.0'
  EDGE_VERSION = '0.2.0'
end