bump version

This commit is contained in:
pufferffish 2024-04-06 20:21:37 +01:00
parent 4f066d050a
commit bbde9cd266

View file

@ -18,7 +18,7 @@ import (
// an argument to denote that this process was spawned by -d
const daemonProcess = "daemon-process"
var version = "1.0.5-dev"
var version = "1.0.8-dev"
// attempts to pledge and panic if it fails
// this does nothing on non-OpenBSD systems