File Manager
Path:
/
opt
/
chef
/
embedded
/
lib
/
ruby
/
gems
/
2.7.0
/
gems
/
tty-prompt-0.21.0
/
lib
/
tty
/
prompt
/
Viewing File: version.rb
# frozen_string_literal: true module TTY class Prompt VERSION = "0.21.0" end # Prompt end # TTY