diff --git a/busted-2.0.rc12-1.rockspec b/busted-2.0.rc13-0.rockspec similarity index 98% rename from busted-2.0.rc12-1.rockspec rename to busted-2.0.rc13-0.rockspec index 08d86dda..72d6a359 100644 --- a/busted-2.0.rc12-1.rockspec +++ b/busted-2.0.rc13-0.rockspec @@ -1,8 +1,8 @@ package = 'busted' -version = '2.0.rc12-1' +version = '2.0.rc13-0' source = { - url = 'https://github.com/Olivine-Labs/busted/archive/v2.0.rc12-1.tar.gz', - dir = 'busted-2.0.rc12-1' + url = 'https://github.com/Olivine-Labs/busted/archive/v2.0.rc13-0.tar.gz', + dir = 'busted-2.0.rc13-0' } description = { summary = 'Elegant Lua unit testing.', diff --git a/busted/core.lua b/busted/core.lua index f9b869bf..8e6d564d 100644 --- a/busted/core.lua +++ b/busted/core.lua @@ -45,7 +45,7 @@ return function() local mediator = require 'mediator'() local busted = {} - busted.version = '2.0.rc12-0' + busted.version = '2.0.rc13-0' local root = require 'busted.context'() busted.context = root.ref()