piotrmurach/tty-tree

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

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module TTY
  class Tree
    VERSION = "0.4.0"
  end # Tree
end # TTY