Skip to content

Commit 2c68aca

Browse files
committed
Release
1 parent 21dafeb commit 2c68aca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

busted-2.0.rc10-1.rockspec busted-2.0.rc11-0.rockspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = 'busted'
2-
version = '2.0.rc10-1'
2+
version = '2.0.rc11-0'
33
source = {
4-
url = 'https://github.com/Olivine-Labs/busted/archive/v2.0.rc10-1.tar.gz',
5-
dir = 'busted-2.0.rc10-1'
4+
url = 'https://github.com/Olivine-Labs/busted/archive/v2.0.rc11-0.tar.gz',
5+
dir = 'busted-2.0.rc11-0'
66
}
77
description = {
88
summary = 'Elegant Lua unit testing.',

busted/core.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ return function()
4444
local mediator = require 'mediator'()
4545

4646
local busted = {}
47-
busted.version = '2.0.rc10-1'
47+
busted.version = '2.0.rc11-0'
4848

4949
local root = require 'busted.context'()
5050
busted.context = root.ref()

0 commit comments

Comments
 (0)