DOCLI_VERSION = "0.0.1" module DoCli class Version def self.show_version puts "You are using DOCLI with version: " + DOCLI_VERSION.red end end end