diff --git a/src/config.nim b/src/config.nim index 128e0a3..4f2fe27 100644 --- a/src/config.nim +++ b/src/config.nim @@ -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"