mirror of
				https://github.com/usememos/memos.git
				synced 2025-10-26 22:36:16 +08:00 
			
		
		
		
	chore: bump version
This commit is contained in:
		
							parent
							
								
									a09c669865
								
							
						
					
					
						commit
						33cd3ed8e3
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		|  | @ -106,7 +106,7 @@ func (s *Server) Start(ctx context.Context) error { | |||
| 		} | ||||
| 	}() | ||||
| 	go func() { | ||||
| 		httpListener := muxServer.Match(cmux.HTTP1Fast()) | ||||
| 		httpListener := muxServer.Match(cmux.HTTP1Fast(http.MethodPatch)) | ||||
| 		s.echoServer.Listener = httpListener | ||||
| 		if err := s.echoServer.Start(address); err != nil { | ||||
| 			slog.Error("failed to start echo server", err) | ||||
|  |  | |||
|  | @ -9,10 +9,10 @@ import ( | |||
| 
 | ||||
| // Version is the service current released version. | ||||
| // Semantic versioning: https://semver.org/ | ||||
| var Version = "0.22.2" | ||||
| var Version = "0.22.3" | ||||
| 
 | ||||
| // DevVersion is the service current development version. | ||||
| var DevVersion = "0.22.2" | ||||
| var DevVersion = "0.22.3" | ||||
| 
 | ||||
| func GetCurrentVersion(mode string) string { | ||||
| 	if mode == "dev" || mode == "demo" { | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue