mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Closes #333, New version availability check will now checks http://grafanarel.s3.amazonaws.com/latest.json if there is a new version. And the link now points to http://grafana.org/download
This commit is contained in:
@@ -32,7 +32,7 @@ module.exports = function(grunt) {
|
||||
},
|
||||
{
|
||||
pattern: /@grafanaVersion@/g,
|
||||
replacement: 'v<%= pkg.version %>'
|
||||
replacement: '<%= pkg.version %>'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user