lib/tocer/cli/shell.rb in tocer-13.1.0 vs lib/tocer/cli/shell.rb in tocer-13.2.0
- old
+ new
@@ -24,10 +24,10 @@
def perform configuration
case configuration
in action_config: Symbol => action then process_config action
in action_insert: true then process_insert configuration
- in action_version: true then logger.info { "Tocer #{specification.version}" }
+ in action_version: true then logger.info { specification.labeled_version }
else usage
end
end
def process_config(action) = actions.fetch(:config).call(action)