allbuild commit git rev-parse --short HEAD

This commit is contained in:
Olivier Gagnon
2022-03-07 18:07:21 -05:00
parent bc952147fd
commit 192a037dfa
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -111,8 +111,8 @@ export const CONSTANTS: {
TotalNumBitNodes: number;
LatestUpdate: string;
} = {
VersionString: "1.4.0",
VersionNumber: 10,
VersionString: "1.5.0",
VersionNumber: 11,
// Speed (in ms) at which the main loop is updated
_idleSpeed: 200,