Skip to content

Commit

Permalink
Set up 2.0.rc0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajacksified committed Jun 25, 2014
1 parent c0582eb commit ecffd91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions busted-2.0.0-0.rockspec → busted-2.0.rc0-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = 'busted'
version = '2.0.0-0'
version = '2.0.rc0-0'
source = {
url = 'https://github.com/Olivine-Labs/busted/archive/v2.0.0.tar.gz',
dir = 'busted-2.0.0'
url = 'https://github.com/Olivine-Labs/busted/archive/v2.0.rc0.tar.gz',
dir = 'busted-2.0.rc0'
}
description = {
summary = 'Elegant Lua unit testing.',
Expand Down
2 changes: 1 addition & 1 deletion busted/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ return function()
local mediator = require 'mediator'()

local busted = {}
busted.version = '2.0-1'
busted.version = '2.0.rc0-0'

local root = require 'busted.context'()
busted.context = root.ref()
Expand Down

0 comments on commit ecffd91

Please sign in to comment.