From 754a741c9878d60319111654e89846e6eddbb01d Mon Sep 17 00:00:00 2001 From: Matthew Batchelder Date: Wed, 24 Jun 2020 15:41:02 -0400 Subject: [PATCH] Update tric --- tric | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tric b/tric index edec772..124688b 100755 --- a/tric +++ b/tric @@ -23,7 +23,7 @@ $args = args( [ ] ); $cli_name = basename( $argv[0] ); -const CLI_VERSION = '0.0.1'; +const CLI_VERSION = '0.2.0'; $cli_header = implode( ' - ', [ light_cyan( $cli_name ) . ' version ' . light_cyan( CLI_VERSION ),