File: version.rb

package info (click to toggle)
ruby-fog-aws 3.3.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,816 kB
  • sloc: ruby: 68,587; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 56 bytes parent folder | download
1
2
3
4
5
module Fog
  module AWS
    VERSION = "3.3.0"
  end
end