From: Jeff Halter Date: Wed, 8 Jun 2022 00:45:33 +0000 (-0700) Subject: patch: v0.5.2 X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/commitdiff_plain/8277fb93fd2c957e5fd609b68a001babea46cdc4 patch: v0.5.2 --- diff --git a/hotline/server.go b/hotline/server.go index 768433b..64cc527 100644 --- a/hotline/server.go +++ b/hotline/server.go @@ -362,8 +362,6 @@ func (s *Server) UpdateUser(login, newLogin, name, password string, access []byt s.mux.Lock() defer s.mux.Unlock() - fmt.Printf("login: %v, newLogin: %v: ", login, newLogin) - // update renames the user login if login != newLogin { err := os.Rename(s.ConfigDir+"Users/"+login+".yaml", s.ConfigDir+"Users/"+newLogin+".yaml") diff --git a/hotline/version.go b/hotline/version.go index 0a12c7b..bd3b49c 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.5.1" +const VERSION = "0.5.2"