Skip to content

Commit

Permalink
chore: increment version to v0.3.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
hizumiaoba committed May 16, 2024
1 parent 2d648d3 commit 1659a7b
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 = 2, patch = 0, suffix = Suffix.ALPHA)
@Version(major = 0, minor = 3, patch = 0, suffix = Suffix.ALPHA)
public class MineCraftTimeMachineApplication extends Application {

@Override
Expand Down

0 comments on commit 1659a7b

Please sign in to comment.