diff --git a/src/cow2.core.js b/src/cow2.core.js index eed9cb7..d935d9c 100644 --- a/src/cow2.core.js +++ b/src/cow2.core.js @@ -16,7 +16,7 @@ Cow.core = function(config){ if (typeof(config) == 'undefined' ) { config = {}; } - this._version = '2.0.1-alpha3'; + this._version = '2.0.1-alpha4'; this._herdname = config.herdname || 'cow'; this._userid = null; this._socketserverid = null; @@ -328,4 +328,4 @@ Cow.core.prototype = //Adding some Backbone event binding functionality to the store _.extend(Cow.core.prototype, Events); -}.call(this)); \ No newline at end of file +}.call(this));