File: version.rb

package info (click to toggle)
ruby-gitlab-fog-azure-rm 1.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 756 kB
  • sloc: ruby: 5,926; sh: 9; makefile: 4
file content (5 lines) | stat: -rwxr-xr-x 67 bytes parent folder | download
1
2
3
4
5
module Fog
  module AzureRM
    VERSION = '1.9.1'.freeze
  end
end