From 6b54b34359b9c9dfe3e3e5c5a39c2e54c8cb1b15 Mon Sep 17 00:00:00 2001 From: "Vassiliy.Kudryashov" Date: Mon, 20 Mar 2023 18:38:06 +0300 Subject: [PATCH] Update version of UtUtils class #1992 --- .../framework/codegen/domain/builtin/UtilMethodBuiltins.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utbot-framework/src/main/kotlin/org/utbot/framework/codegen/domain/builtin/UtilMethodBuiltins.kt b/utbot-framework/src/main/kotlin/org/utbot/framework/codegen/domain/builtin/UtilMethodBuiltins.kt index 6f55aa7ccb..84e76f4493 100644 --- a/utbot-framework/src/main/kotlin/org/utbot/framework/codegen/domain/builtin/UtilMethodBuiltins.kt +++ b/utbot-framework/src/main/kotlin/org/utbot/framework/codegen/domain/builtin/UtilMethodBuiltins.kt @@ -275,7 +275,7 @@ internal class UtilClassFileMethodProvider(language: CodegenLanguage) * * **IMPORTANT** if you make any changes to util methods (see [utilMethodTextById]), do not forget to update this version. */ - val UTIL_CLASS_VERSION = "2.0" + val UTIL_CLASS_VERSION = "2.1" } internal class TestClassUtilMethodProvider(testClassId: ClassId) : UtilMethodProvider(testClassId)