File Manager

Path: /opt/chef/embedded/lib/ruby/gems/2.7.0/gems/train-winrm-0.2.6/lib/train-winrm/

Viewing File: version.rb

# This file exists simply to record the version number of the plugin.
# It is kept in a separate file, so that your gemspec can load it and
# learn the current version without loading the whole plugin.  Also,
# many CI servers can update this file when "version bumping".

module TrainPlugins
  module WinRM
    VERSION = "0.2.6".freeze
  end
end