Updated config.nim

This commit is contained in:
Mattia Giambirtone 2022-11-03 11:01:40 +01:00
parent 5e1c16bb39
commit 28798789dd
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ when HeapGrowFactor <= 1:
{.fatal: "Heap growth factor must be > 1".}
const PeonVersion* = (major: 0, minor: 1, patch: 0)
const PeonRelease* = "alpha"
const PeonCommitHash* = "c55725911aefab72639b8743b1edf3f365d2e2ac"
const PeonCommitHash* = "c18f3837fe1c9b23fc306b77bf32d18493faa88f"
when len(PeonCommitHash) != 40:
{.fatal: "The git commit hash must be exactly 40 characters long".}
const PeonBranch* = "master"