summaryrefslogtreecommitdiff
path: root/core/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/xmake.lua')
-rw-r--r--core/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/xmake.lua b/core/xmake.lua
index 24f5b9304..b7a4a15ff 100644
--- a/core/xmake.lua
+++ b/core/xmake.lua
@@ -2,7 +2,7 @@
set_project("xmake")
-- version
-set_version("3.0.4", {build = "%Y%m%d"})
+set_version("3.0.5", {build = "%Y%m%d"})
-- set xmake min version
set_xmakever("2.8.5")