piotrmurach/tty-progressbar

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

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module TTY
  class ProgressBar
    VERSION = "0.18.2"
  end # ProgressBar
end # TTY