Skip to content

Commit

Permalink
Update info.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoDornelles authored Nov 1, 2024
1 parent 4aafb5f commit 306b17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/commands/info.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ local help_message = "Available commands:\n"
.."- To run a game: ./cli.sh run ./examples/asteroids/game.lua " .. "-" .. "-core repl\n"
.."- To display metadata: ./cli.sh meta ./examples/asteroids/game.lua\n"

local version_message = '0.0.8'
local version_message = '0.0.9'

local function help()
return true, help_message
Expand Down

0 comments on commit 306b17a

Please sign in to comment.