Browse Source

updated version

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

+ 1 - 1
package.json

@@ -4,7 +4,7 @@
     "company": "Coding Instinct AB"
   },
   "name": "grafana",
-  "version": "3.0.0-beta3",
+  "version": "3.0.0-beta4",
   "repository": {
     "type": "git",
     "url": "http://github.com/grafana/grafana.git"

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

@@ -24,7 +24,7 @@ import (
 	"github.com/grafana/grafana/pkg/social"
 )
 
-var version = "3.0.0-beta2"
+var version = "3.0.0-beta4"
 var commit = "NA"
 var buildstamp string
 var build_date string