Skip to content

Commit

Permalink
Release version git-0
Browse files Browse the repository at this point in the history
Fix release name.
  • Loading branch information
rbong committed Jan 18, 2023
1 parent c8eba1e commit 5282ee9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Using [LuaRocks](https://luarocks.org/):
```sh
git clone "https://github.com/rbong/beast.git" beast
cd beast
luarocks make ./beast-0.0.0.rockspec
luarocks make ./beast-git-0.rockspec
```

Or, add BEAST to your system paths, ex.:
Expand Down
2 changes: 1 addition & 1 deletion beast-0.0.0.rockspec → beast-git-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ rockspec_format = "3.0"

package = "beast"

version = "0.0.0"
version = "git-0"

source = {
url = "https://github.com/rbong/beast",
Expand Down
2 changes: 1 addition & 1 deletion src/beast/cli.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Arguments:
end

local function print_version()
print("0.0.0")
print("git-0")
end

local Options = {}
Expand Down

0 comments on commit 5282ee9

Please sign in to comment.