File: version.rb

package info (click to toggle)
ruby-fog-aws 3.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,092 kB
  • sloc: ruby: 72,795; javascript: 14; makefile: 9; sh: 4
file content (5 lines) | stat: -rw-r--r-- 56 bytes parent folder | download
1
2
3
4
5
module Fog
  module AWS
    VERSION = "3.8.0"
  end
end