VERSION, cmd/geth: bumped version 1.4.0
This commit is contained in:
		@@ -48,9 +48,9 @@ import (
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
const (
 | 
					const (
 | 
				
			||||||
	ClientIdentifier = "Geth"
 | 
						ClientIdentifier = "Geth"
 | 
				
			||||||
	Version          = "1.3.0-dev"
 | 
						Version          = "1.4.0-unstable"
 | 
				
			||||||
	VersionMajor     = 1
 | 
						VersionMajor     = 1
 | 
				
			||||||
	VersionMinor     = 3
 | 
						VersionMinor     = 4
 | 
				
			||||||
	VersionPatch     = 0
 | 
						VersionPatch     = 0
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user