module Doggy class CLI::Version def run print Doggy::VERSION end end end