From b62584d32b722baa470cba083f4bae373358eb1f Mon Sep 17 00:00:00 2001 From: foamzou Date: Wed, 4 May 2022 00:07:40 +0800 Subject: [PATCH] fix: remove unexpected output --- LATEST_VERSION | 2 +- processor/migu/search.go | 1 - version/version.go | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/LATEST_VERSION b/LATEST_VERSION index 373f8c6..72f9fa8 100644 --- a/LATEST_VERSION +++ b/LATEST_VERSION @@ -1 +1 @@ -0.2.3 \ No newline at end of file +0.2.4 \ No newline at end of file diff --git a/processor/migu/search.go b/processor/migu/search.go index 3e1a1e4..75565c1 100644 --- a/processor/migu/search.go +++ b/processor/migu/search.go @@ -28,7 +28,6 @@ func (c *Core) SearchSong() ([]*meta.SearchSongItem, error) { "By": utils.Md5(ua), "Referer": "https://m.music.migu.cn/v4/search", }) - fmt.Println(jsonStr) if err != nil { return nil, err } diff --git a/version/version.go b/version/version.go index 5ec40b5..74bfaeb 100644 --- a/version/version.go +++ b/version/version.go @@ -5,8 +5,8 @@ import ( ) const ( - BuildCode = 8 - BuildName = "0.2.3" + BuildCode = 9 + BuildName = "0.2.4" Repo = "https://github.com/foamzou/media-get" )