Skip to content

Commit

Permalink
chore: increment version to v0.3.1-alpha (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
hizumiaoba authored May 29, 2024
1 parent 6ba737d commit e1a7296
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 = 0, suffix = Suffix.ALPHA)
@Version(major = 0, minor = 3, patch = 1, suffix = Suffix.ALPHA)
public class MineCraftTimeMachineApplication extends Application {

@Override
Expand Down

0 comments on commit e1a7296

Please sign in to comment.