Skip to content

Commit

Permalink
increment version to v0.5.0-alpha (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
hizumiaoba authored Aug 6, 2024
1 parent fc50cba commit b61c796
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 = 4, patch = 1, suffix = Suffix.ALPHA)
@Version(major = 0, minor = 5, patch = 0, suffix = Suffix.ALPHA)
public class MineCraftTimeMachineApplication extends Application {

@Override
Expand Down

0 comments on commit b61c796

Please sign in to comment.