Browse Source

updated version in grafana-server main.go

Torkel Ödegaard 9 years ago
parent
commit
7e831e10a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/cmd/grafana-server/main.go

+ 1 - 1
pkg/cmd/grafana-server/main.go

@@ -26,7 +26,7 @@ import (
 	_ "github.com/grafana/grafana/pkg/tsdb/testdata"
 )
 
-var version = "3.1.0"
+var version = "4.0.0"
 var commit = "NA"
 var buildstamp string
 var build_date string