We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927339f commit ec6f932Copy full SHA for ec6f932
README.md
@@ -51,7 +51,7 @@ make systemd_install
51
### Using Release Installer
52
53
```bash
54
-wget -O - https://raw.githubusercontent.com/joe-at-startupmedia/pmon3/master/release-installer.bash | bash -s 1.14.5
+wget -O - https://raw.githubusercontent.com/joe-at-startupmedia/pmon3/master/release-installer.bash | bash -s 1.14.6
55
```
56
57
:exclamation::exclamation: Note :exclamation::exclamation:
conf/conf.go
@@ -10,7 +10,7 @@ import (
10
)
11
12
// current app version
13
-var Version = "1.14.5"
+var Version = "1.14.6"
14
15
// GetConfigFile two options:
16
// 1. Use PMON3_CONF environment variable
0 commit comments