Skip to content

Commit 80c73f3

Browse files
committed
the version....
1 parent 9a12997 commit 80c73f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SortingVisualizer.opal

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ new float UNIT_SAMPLE_DURATION = 1.0 / 30.0,
1717
N_OVER_R = NATIVE_FRAMERATE / RENDER_FRAMERATE,
1818
R_OVER_N = RENDER_FRAMERATE / NATIVE_FRAMERATE;
1919

20-
new str VERSION = "2024.5.26";
20+
new str VERSION = "2024.6.8";
2121

2222
import math, random, time, os, numpy, sys,
2323
pygame_gui, json, subprocess, shutil,

0 commit comments

Comments
 (0)