mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	Merge pull request #5006 from vieux/remove_dirty_hack
remove hack in version
This commit is contained in:
		
						commit
						468cb80c59
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -843,7 +843,7 @@ func (srv *Server) DockerInfo(job *engine.Job) engine.Status {
 | 
			
		|||
func (srv *Server) DockerVersion(job *engine.Job) engine.Status {
 | 
			
		||||
	v := &engine.Env{}
 | 
			
		||||
	v.Set("Version", dockerversion.VERSION)
 | 
			
		||||
	v.SetJson("ApiVersion", api.APIVERSION)
 | 
			
		||||
	v.Set("ApiVersion", string(api.APIVERSION))
 | 
			
		||||
	v.Set("GitCommit", dockerversion.GITCOMMIT)
 | 
			
		||||
	v.Set("GoVersion", goruntime.Version())
 | 
			
		||||
	v.Set("Os", goruntime.GOOS)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue