diff --git a/conf/defaults.ini b/conf/defaults.ini index dd83d9aa190..abd91bff8ba 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -1,9 +1,9 @@ -##################### Grafana Configuration Example ##################### +##################### Grafana Configuration Defaults ##################### +# +# Do not modify this file in grafana installs # -# Everything has defaults so you only need to uncomment things you want to -# change -; app_mode = production +app_mode = production #################################### Paths #################################### [paths] diff --git a/package.json b/package.json index 8df5f593006..8bfca3df45c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "company": "Coding Instinct AB" }, "name": "grafana", - "version": "2.0.0-beta2", + "version": "2.0.0-beta3", "repository": { "type": "git", "url": "http://github.com/torkelo/grafana.git"