Skip to content

Commit

Permalink
release 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-at-startupmedia committed Oct 14, 2024
1 parent 1d38a95 commit 5f05068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion conf/conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

// current app version
var Version = "1.18.0"
var Version = "1.18.1"

const DEFAULT_LOG_LEVEL = logrus.InfoLevel

Expand Down

0 comments on commit 5f05068

Please sign in to comment.