piotrmurach/tty-which

View on GitHub
lib/tty/which/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module TTY
  module Which
    VERSION = "0.5.0"
  end # Which
end # TTY