Skip to content

Commit

Permalink
chore: increment version to v4.0.3-Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
hizumiaoba committed Apr 13, 2022
1 parent c64963d commit ba6adb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/ranfa/main/DelesteRandomSelector.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
import com.ranfa.lib.handler.CrashHandler;
import com.ranfa.lib.songinfo.FetchFromAPI;

@Version(major = 4, minor = 0, patch = 2, suffix = Suffix.BETA)
@Version(major = 4, minor = 0, patch = 3, suffix = Suffix.BETA)
public class DelesteRandomSelector extends JFrame {

private static ArrayList<Song> selectedSongsList = new ArrayList<>();
Expand Down

0 comments on commit ba6adb4

Please sign in to comment.