Skip to content

Commit c3f4e51

Browse files
committed
version bump 🌝
1 parent b3e2aab commit c3f4e51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

moonscript/version.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local version = "0.4.0"
1+
local version = "0.5.0"
22
return {
33
version = version,
44
print_version = function()

moonscript/version.moon

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
version = "0.4.0"
2+
version = "0.5.0"
33

44
{
55
version: version,

0 commit comments

Comments
 (0)