Merge pull request #21 from borlafu/patch-1

Camden updated to Boot 1.4.5.RELEASE
This commit is contained in:
Spencer Gibb
2017-03-17 13:01:04 -04:00
committed by GitHub

View File

@@ -105,7 +105,7 @@ Spring.SnippetView = Backbone.View.extend({
render: function () {
this.model.bootVersion = this.model.version.indexOf("Dalston")!=-1 ? "1.5.2.RELEASE" :
this.model.version.indexOf("Camden")!=-1 ? "1.4.4.RELEASE" :
this.model.version.indexOf("Camden")!=-1 ? "1.4.5.RELEASE" :
this.model.version.indexOf("Brixton")!=-1 ? "1.3.8.RELEASE" :
"1.2.8.RELEASE";
console.log(JSON.stringify(this.model))