Updated config.nim

This commit is contained in:
Mattia Giambirtone 2022-10-08 15:21:32 +02:00
parent 66cd6be0be
commit ca5a1c1bc9
1 changed files with 1 additions and 1 deletions

View File

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