diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-30 21:36:56 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-30 21:36:56 +0530 |
commit | e96531d4f83129d9ded98d3dbb76eeef6fb679e9 (patch) | |
tree | beaab95c39f3187eb434319c1459b9b2d216e16a /cmd/version.go | |
parent | 05f7943ee7267e305d40be8afc2e404421ee5742 (diff) |
Passing in selectedManga instead of manga to ui.MangaStatusMenu to properly display current status
Diffstat (limited to 'cmd/version.go')
-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 cc40407..f5ca999 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -23,7 +23,7 @@ import ( "github.com/spf13/cobra" ) -var version string = "v1.4.1" +var version string = "v1.4.2" var versionCmd = &cobra.Command { Use: "version", |