Skip to content

Commit

Permalink
the version....
Browse files Browse the repository at this point in the history
  • Loading branch information
amari-calipso committed Jun 8, 2024
1 parent 9a12997 commit 80c73f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SortingVisualizer.opal
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ new float UNIT_SAMPLE_DURATION = 1.0 / 30.0,
N_OVER_R = NATIVE_FRAMERATE / RENDER_FRAMERATE,
R_OVER_N = RENDER_FRAMERATE / NATIVE_FRAMERATE;

new str VERSION = "2024.5.26";
new str VERSION = "2024.6.8";

import math, random, time, os, numpy, sys,
pygame_gui, json, subprocess, shutil,
Expand Down

0 comments on commit 80c73f3

Please sign in to comment.