diff --git a/endpoint_custom.go b/endpoint_custom.go index 5a6eaaa..0f77f18 100644 --- a/endpoint_custom.go +++ b/endpoint_custom.go @@ -3,7 +3,11 @@ package main -import "github.com/spf13/cobra" +import ( + "strings" + + "github.com/spf13/cobra" +) var endpoint string diff --git a/main.go b/main.go index e50bf9e..6a39646 100644 --- a/main.go +++ b/main.go @@ -17,7 +17,7 @@ func init() { var ( MoonPalace = &cobra.Command{ Use: "moonpalace", - Version: "v0.8.4", + Version: "v0.8.5", Short: "MoonPalace is a command-line tool for debugging the Moonshot AI HTTP API", SilenceErrors: true, SilenceUsage: true,