Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
memen45 committed Jul 14, 2023
1 parent 87ca335 commit 3f6830d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/SubMusicVersion.mc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class SubMusicVersion {

private var d_major = 0;
private var d_minor = 2;
private var d_patch = 9;
private var d_name = "tyndareos";
private var d_patch = 10;
private var d_name = "hippocoon";

function initialize(storage) {
if (storage == null) {
Expand Down

0 comments on commit 3f6830d

Please sign in to comment.