Skip to content

Commit 43467f0

Browse files
committed
[BOOK-248] chore: app version 1.0.0 설정
1 parent 639ce2d commit 43467f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/src/main/kotlin/com/ninecraft/booket/convention/ApplicationConstants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ internal object ApplicationConstants {
77
const val TARGET_SDK = 35
88
const val COMPILE_SDK = 35
99
const val VERSION_CODE = 1
10-
const val VERSION_NAME = "1.0"
10+
const val VERSION_NAME = "1.0.0"
1111
const val JAVA_VERSION_INT = 17
1212
val javaVersion = JavaVersion.VERSION_17
1313
}

0 commit comments

Comments
 (0)