Updated commit hash in config.nim

This commit is contained in:
Nocturn9x 2022-04-26 13:05:17 +02:00
parent ed79385e2a
commit ae7915faa1
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ when MAX_STACK_FRAMES <= 0:
{.fatal: "The frame limit must be > 0".}
const PEON_VERSION* = (major: 0, minor: 4, patch: 0)
const PEON_RELEASE* = "alpha"
const PEON_COMMIT_HASH* = "ba9c8b4e5664c0670eb8925d65b307e397d6ed82"
const PEON_COMMIT_HASH* = "ed79385e2a93100331697f26a4a90157e60ad27a"
when len(PEON_COMMIT_HASH) != 40:
{.fatal: "The git commit hash must be exactly 40 characters long".}
const PEON_BRANCH* = "master"