Skip to content

Commit be25752

Browse files
Update version of UtUtils class (#1993)
Update version of UtUtils class #1992
1 parent fe4ea37 commit be25752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utbot-framework/src/main/kotlin/org/utbot/framework/codegen/domain/builtin/UtilMethodBuiltins.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ internal class UtilClassFileMethodProvider(language: CodegenLanguage)
275275
*
276276
* **IMPORTANT** if you make any changes to util methods (see [utilMethodTextById]), do not forget to update this version.
277277
*/
278-
val UTIL_CLASS_VERSION = "2.0"
278+
val UTIL_CLASS_VERSION = "2.1"
279279
}
280280

281281
internal class TestClassUtilMethodProvider(testClassId: ClassId) : UtilMethodProvider(testClassId)

0 commit comments

Comments
 (0)