File: version.rb

package info (click to toggle)
ruby-mixlib-install 3.12.16-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 193,056 kB
  • sloc: ruby: 3,843; sh: 664; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 64 bytes parent folder | download
1
2
3
4
5
module Mixlib
  class Install
    VERSION = "3.12.16"
  end
end