Skip to content

Commit

Permalink
increment version (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
hizumiaoba committed Jul 5, 2024
1 parent 97e9e4d commit e1e1a20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import lombok.extern.slf4j.Slf4j;

@Slf4j
@Version(major = 0, minor = 3, patch = 1, suffix = Suffix.ALPHA)
@Version(major = 0, minor = 4, patch = 1, suffix = Suffix.ALPHA)
public class MineCraftTimeMachineApplication extends Application {

@Override
Expand Down

0 comments on commit e1e1a20

Please sign in to comment.