aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-09-19 14:06:43 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-09-19 14:06:43 +0530
commitbcc1aa2c24dfc6d2f002bf9e19d4553e1b8fb482 (patch)
treef37d63e762fd27be886d5bd61a93c66beb7b9a65
parentcb2c803a798e5f4a3bb9831660ec708e59d3d757 (diff)
updated app descriptionv1.20.4
-rw-r--r--cmd/root.go6
1 files changed, 2 insertions, 4 deletions
diff --git a/cmd/root.go b/cmd/root.go
index e575a92..5d31054 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -34,7 +34,7 @@ var (
var rootCmd = &cobra.Command{
Use: "macli",
- Version: "v1.20.3" + " " + runtime.GOOS + "/" + runtime.GOARCH,
+ Version: "v1.20.4" + " " + runtime.GOOS + "/" + runtime.GOARCH,
Short: "macli - Unofficial CLI-Based MyAnimeList Client.",
Long:
"macli is an unofficial MyAnimeClient for use inside the terminal.\n" +
@@ -45,9 +45,7 @@ var rootCmd = &cobra.Command{
"under certain conditions; For details refer to the GNU General Public License.\n" +
"You should have received a copy of the GNU General Public License\n" +
"along with this program. If not, see <https://www.gnu.org/licenses/>.\x1b[0m\n" +
- "\n" +
- "\x1b[35mPlease report any bugs on the GitHub page: https://github.com/MikunoNaka/macli\n" +
- "or through email: vidhukant@vidhukant.com\x1b[0m\n\n",
+ "\n",
}
func init() {