From e3f12d7c3cc6baf75432be9b2ee30009bab6de5d Mon Sep 17 00:00:00 2001 From: Igor Dolzhikov Date: Sat, 10 Mar 2018 02:07:51 +0700 Subject: [PATCH 1/2] Contributors --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c673900..ae90c48 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,7 @@ See `examples/cron/cron_job.go` - [okamura](https://github.com/sidepelican) - [0X8C - Demired](https://github.com/Demired) - [Maximus](https://github.com/maximus12793) +- [AlgorathDev](https://github.com/AlgorathDev) All the contributors are welcome. If you would like to be the contributor please accept some rules. From af40844aee800792b9dac660b39ec43265254ea5 Mon Sep 17 00:00:00 2001 From: Igor Dolzhikov Date: Sat, 10 Mar 2018 02:08:03 +0700 Subject: [PATCH 2/2] Bumped version number to 0.10.2 --- daemon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.go b/daemon.go index 49fbbf2..ba0d996 100644 --- a/daemon.go +++ b/daemon.go @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. /* -Package daemon 0.10.1 for use with Go (golang) services. +Package daemon 0.10.2 for use with Go (golang) services. Package daemon provides primitives for daemonization of golang services. This package is not provide implementation of user daemon,