From ede26c5d8f80e8fd0a3abef83c5f88308320efe5 Mon Sep 17 00:00:00 2001 From: Dan O'Neill Date: Sun, 19 Nov 2023 17:11:01 -0800 Subject: [PATCH] add initial version --- cmd/root.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index bb4cf5a..032069c 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -7,9 +7,10 @@ import ( ) var rootCmd = &cobra.Command{ - Use: "er", - Short: "EarthRanger CLI", - Long: `Work with EarthRanger platform from command line`, + Use: "er", + Short: "EarthRanger CLI", + Long: `Work with EarthRanger platform from command line`, + Version: "0.1.0", } func Execute() {