Skip to content

Commit af70fd0

Browse files
committed
Release v3.0-0
1 parent 374b0e1 commit af70fd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lua_cliargs-3.0.rockspec renamed to lua_cliargs-3.0-0.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua_cliargs"
2-
version = "3.0"
2+
version = "3.0-0"
33
source = {
44
url = "git://github.com/amireh/lua_cliargs.git",
5-
branch = "3.0"
5+
branch = "3.0-0"
66
}
77
description = {
88
summary = "A command-line argument parser.",

src/cliargs.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ function cli:cleanup()
2727
cli = nil
2828
end
2929

30-
cli.VERSION = "3.0"
30+
cli.VERSION = "3.0-0"
3131

3232
return cli

0 commit comments

Comments
 (0)