Skip to content

Commit ef742fe

Browse files
committed
Update version number
After testing stability and making it work more like the default PRNG in Java I'm finally ready for a real stable release! Super proud of myself to be honest :)
1 parent 1c1fe14 commit ef742fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ tasks.named('jar') {
1919
}
2020

2121
base {
22-
version = '0.1.0-beta'
22+
version = '1.0.0-stable'
2323
archivesName = 'CollatzRand'
2424
}

0 commit comments

Comments
 (0)