diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-04 18:06:59 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-04 18:06:59 +0530 |
commit | 4879f9849d224849cd9118a68f079bbd917b2b14 (patch) | |
tree | ee958a2381d598e9e25606f8a0e83ee7d7c949c1 /cmd | |
parent | 2051cb36d0153b7ab5aaa15e0c700047560ca7a9 (diff) |
formatted manga info shown when searching manga
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/version.go b/cmd/version.go index e864597..ddca5e4 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -24,7 +24,7 @@ import ( "github.com/spf13/cobra" ) -var version string = "v1.7.0" +var version string = "v1.7.2" var versionCmd = &cobra.Command { Use: "version", |