diff --git a/README.md b/README.md index c261bf5..fc15457 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ make systemd_install ### Release Installer ```bash -wget -O - https://raw.githubusercontent.com/joe-at-startupmedia/pmon3/master/release-installer.bash | bash -s 1.18.0 +wget -O - https://raw.githubusercontent.com/joe-at-startupmedia/pmon3/master/release-installer.bash | bash -s 1.18.1 ``` :exclamation: After installing `pmon3` for the first time, both installation methods provided above should automatically enable and start the service. if the `pmond` service does not start automatically, you need to manually start the service. diff --git a/conf/conf.go b/conf/conf.go index bcf5c0d..f69466f 100644 --- a/conf/conf.go +++ b/conf/conf.go @@ -13,7 +13,7 @@ import ( ) // current app version -var Version = "1.18.0" +var Version = "1.18.1" const DEFAULT_LOG_LEVEL = logrus.InfoLevel