aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2023-11-15 17:01:49 +0100
committerGitHub <[email protected]>2023-11-15 17:01:49 +0100
commitfe945547c87c6543bf842e6c08400458e583b896 (patch)
tree223181da0d85d3c775030970da77bec8d3f95049 /xmake.lua
parentTrim any leading slash and backslash from bucket prefix. (#541) (diff)
downloadzen-fe945547c87c6543bf842e6c08400458e583b896.tar.xz
zen-fe945547c87c6543bf842e6c08400458e583b896.zip
schema bump (#544)
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index bfcdc5698..ea0f9cd9c 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -1,6 +1,6 @@
-- Copyright Epic Games, Inc. All Rights Reserved.
-set_configvar("ZEN_SCHEMA_VERSION", 4) -- store Cid data in CAS under raw hash (dan.engelbrecht)
+set_configvar("ZEN_SCHEMA_VERSION", 5) -- force state wipe after 0.2.31 causing bad data (dan.engelbrecht)
add_requires(
"vcpkg::asio",