Browse Source

tech: bump version in server cli

bergquist 9 years ago
parent
commit
ba7a990f86
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 = "4.0.0"
+var version = "4.1.0"
 var commit = "NA"
 var buildstamp string
 var build_date string