lib/command/version.rb in cpl-1.4.0 vs lib/command/version.rb in cpl-2.2.0

- old
+ new

@@ -7,9 +7,10 @@ LONG_DESCRIPTION = <<~DESC - Displays the current version of the CLI - Can also be done with `cpl --version` or `cpl -v` DESC WITH_INFO_HEADER = false + VALIDATIONS = [].freeze def call puts Cpl::VERSION end end