aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraneporada <aneporada@ydb.tech>2023-03-14 14:16:55 +0300
committeraneporada <aneporada@ydb.tech>2023-03-14 14:16:55 +0300
commit9e24e2f07b2b2b983f765a755904a1c1b321f217 (patch)
treec839eec17446f31550d8417f904ce7d09015d034
parent756a863bc1f7536e8dd5bbde38b00f6afb851d1e (diff)
downloadydb-9e24e2f07b2b2b983f765a755904a1c1b321f217.tar.gz
Enable minikql MultiType
-rw-r--r--ydb/library/yql/minikql/mkql_runtime_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/library/yql/minikql/mkql_runtime_version.h b/ydb/library/yql/minikql/mkql_runtime_version.h
index 1baf00d2ca3..a61585f2204 100644
--- a/ydb/library/yql/minikql/mkql_runtime_version.h
+++ b/ydb/library/yql/minikql/mkql_runtime_version.h
@@ -24,7 +24,7 @@ namespace NMiniKQL {
// 1. Bump this version every time incompatible runtime nodes are introduced.
// 2. Make sure you provide runtime node generation for previous runtime versions.
#ifndef MKQL_RUNTIME_VERSION
-#define MKQL_RUNTIME_VERSION 35U
+#define MKQL_RUNTIME_VERSION 36U
#endif
// History: