We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4ea37 commit be25752Copy full SHA for be25752
utbot-framework/src/main/kotlin/org/utbot/framework/codegen/domain/builtin/UtilMethodBuiltins.kt
@@ -275,7 +275,7 @@ internal class UtilClassFileMethodProvider(language: CodegenLanguage)
275
*
276
* **IMPORTANT** if you make any changes to util methods (see [utilMethodTextById]), do not forget to update this version.
277
*/
278
- val UTIL_CLASS_VERSION = "2.0"
+ val UTIL_CLASS_VERSION = "2.1"
279
}
280
281
internal class TestClassUtilMethodProvider(testClassId: ClassId) : UtilMethodProvider(testClassId)
0 commit comments