Skip to content

Commit f65c133

Browse files
committed
refactor #853 Make 'name' 'const'.
1 parent 507fdf9 commit f65c133

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/src/main/java/property/Version.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ object Version {
1313

1414
const val code = (MAJOR * 1_000_000) + (MIDDLE * 10_000) + MINOR
1515

16-
val name = "${MAJOR}.${MIDDLE}.${MINOR}"
16+
const val name = "${MAJOR}.${MIDDLE}.${MINOR}"
1717

1818
}

0 commit comments

Comments
 (0)