From be76a68aeacccce8ad63270a98beb34db37f0d88 Mon Sep 17 00:00:00 2001
From: Jeffrey Wilcke <jeffrey@ethereum.org>
Date: Mon, 21 Sep 2015 16:13:07 +0200
Subject: [PATCH] cmd/geth: changed version number to 1.2.0

Changed the version number of geth to 1.2.0 so that dev builds are now properly build (instead of master). Note to self; increase version number to 1.2.1 for our next actual release.
---
 cmd/geth/main.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index b54d85c22..daffda30c 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -48,9 +48,9 @@ import (
 
 const (
 	ClientIdentifier = "Geth"
-	Version          = "1.1.0"
+	Version          = "1.2.0"
 	VersionMajor     = 1
-	VersionMinor     = 1
+	VersionMinor     = 2
 	VersionPatch     = 0
 )
 
-- 
GitLab