Skip to content

Commit

Permalink
Merge pull request #71 from co-niverse/dev
Browse files Browse the repository at this point in the history
app 버전 업데이트
  • Loading branch information
GIVEN53 authored Oct 25, 2023
2 parents 8e701e6 + 4cc2161 commit 75ff4ec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

@AllArgsConstructor
public enum Version {
MINIMUM("1.0.5"),
LATEST("1.0.5");
MINIMUM("1.0.7"),
LATEST("1.0.7");

@Getter
private final String version;
Expand Down

0 comments on commit 75ff4ec

Please sign in to comment.