Skip to content

Commit

Permalink
[TEST] GithubAction Test
Browse files Browse the repository at this point in the history
  • Loading branch information
cchanmi committed Jan 16, 2025
1 parent 7b47b00 commit 92b5477
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ extension SplashViewModel {
// x 버전이 더 크면 강제 업데이트
if forceVersion[0] > clientVersion[0] {
return true
// x 버전이 같고, y 버전이 더 크면 강제 업데이트
// x 버전이 같고, y 버전 또한 더 크면 강제 업데이트
} else if forceVersion[0] == clientVersion[0] && forceVersion[1] > clientVersion[1] {
return true
// x 버전이 같고, y 버전이 클 때, z버전이 더 크면 강제 업데이트
Expand Down

0 comments on commit 92b5477

Please sign in to comment.