File: version.rb

package info (click to toggle)
ruby-fog-libvirt 0.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 512 kB
  • sloc: ruby: 2,595; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 61 bytes parent folder | download
1
2
3
4
5
module Fog
  module Libvirt
    VERSION = '0.15.0'
  end
end