diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index 324944c9..1b41666f 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -5637,5 +5637,5 @@ getJasmineRequireObj().UserContext = function(j$) { }; getJasmineRequireObj().version = function() { - return '2.8.0'; + return '3.0.0-pre'; }; diff --git a/lib/jasmine-core/version.rb b/lib/jasmine-core/version.rb index b91a9e70..0bbc361e 100644 --- a/lib/jasmine-core/version.rb +++ b/lib/jasmine-core/version.rb @@ -4,6 +4,6 @@ # module Jasmine module Core - VERSION = "2.8.0" + VERSION = "3.0.0.pre" end end diff --git a/package.json b/package.json index 8fb199c9..4c612f2c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jasmine-core", "license": "MIT", - "version": "2.8.0", + "version": "3.0.0-pre", "repository": { "type": "git", "url": "https://github.com/jasmine/jasmine.git"