From 50b6b0081f98d6aedfca19090530f01aa7827c18 Mon Sep 17 00:00:00 2001 From: Zoraiz Date: Fri, 3 Sep 2021 22:34:50 +0500 Subject: [PATCH] Version update --- cmd/root.go | 2 +- snapcraft.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index a1142a7..a3bf5a2 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -55,7 +55,7 @@ var ( rootCmd = &cobra.Command{ Use: "ascii-image-converter [image paths/urls]", Short: "Converts images and gifs into ascii art", - Version: "1.7.0", + Version: "1.7.1", Long: "This tool converts images into ascii art and prints them on the terminal.\nFurther configuration can be managed with flags.", // Not RunE since help text is getting larger and seeing it for every error impacts user experience diff --git a/snapcraft.yaml b/snapcraft.yaml index 0d7c1f1..5773980 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,6 +1,6 @@ name: ascii-image-converter base: core18 -version: "1.7.0" +version: "1.7.1" summary: Convert images and gifs into ascii art description: | ascii-image-converter is a command-line tool that converts images into ascii art and prints