Skip to content

Commit

Permalink
changed version info for v1.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayd-san committed Jul 20, 2024
1 parent 2754f15 commit d478356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var (
Use: "gmd",
Short: "TUI to manage docker objects",
Long: `The Definitive TUI to manage docker objects with ease.`,
Version: "1.3",
Version: "1.3.2",
RunE: func(cmd *cobra.Command, args []string) error {
return tui.StartTUI(debug)
},
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [ $? -ne 0 ]; then
fi

package=gomanagedocker
version=1.3
version=1.3.2
arch=$(uname -m)
os=$(uname -s)

Expand Down

0 comments on commit d478356

Please sign in to comment.