From af3497b7e92728c4af9cffc4e2f16c6ff7f6f50a Mon Sep 17 00:00:00 2001 From: Igor Dolzhikov Date: Fri, 24 Jul 2020 00:16:53 +0200 Subject: [PATCH] Bumped version number to v1.0.0 --- daemon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.go b/daemon.go index 5fa9d26..e5b0fa2 100644 --- a/daemon.go +++ b/daemon.go @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. /* -Package daemon v0.12.0 for use with Go (golang) services. +Package daemon v1.0.0 for use with Go (golang) services. Package daemon provides primitives for daemonization of golang services. In the current implementation the only supported operating systems are macOS, FreeBSD,