Skip to content

Commit f930f81

Browse files
committed
v2.0.rc9
1 parent a817b83 commit f930f81

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

busted-2.0.rc8-0.rockspec busted-2.0.rc9-0.rockspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = 'busted'
2-
version = '2.0.rc8-0'
2+
version = '2.0.rc9-0'
33
source = {
4-
url = 'https://github.com/Olivine-Labs/busted/archive/v2.0.rc8-0.tar.gz',
5-
dir = 'busted-2.0.rc8-0'
4+
url = 'https://github.com/Olivine-Labs/busted/archive/v2.0.rc9-0.tar.gz',
5+
dir = 'busted-2.0.rc9-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.rc8-0'
47+
busted.version = '2.0.rc9-0'
4848

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

0 commit comments

Comments
 (0)