Skip to content
Snippets Groups Projects
Commit 3184be98 authored by COLLET Ismael's avatar COLLET Ismael
Browse files

Update plugin.go

parent d75d4b5b
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ func getInfo(c echo.Context) error {
sort.Strings(disabledPlugins)
return c.JSON(http.StatusOK, Response{
Version: banner.AppVersion,
Version: banner.AppVersion+"-without_tip_selection",
Synced: sync.Synced(),
IdentityID: local.GetInstance().Identity.ID().String(),
PublicKey: local.GetInstance().PublicKey().String(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment