Skip to content

Commit ec6f932

Browse files
releasing 1.14.6
1 parent 927339f commit ec6f932

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ make systemd_install
5151
### Using Release Installer
5252

5353
```bash
54-
wget -O - https://raw.githubusercontent.com/joe-at-startupmedia/pmon3/master/release-installer.bash | bash -s 1.14.5
54+
wget -O - https://raw.githubusercontent.com/joe-at-startupmedia/pmon3/master/release-installer.bash | bash -s 1.14.6
5555
```
5656

5757
:exclamation::exclamation: Note :exclamation::exclamation:

conf/conf.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
// current app version
13-
var Version = "1.14.5"
13+
var Version = "1.14.6"
1414

1515
// GetConfigFile two options:
1616
// 1. Use PMON3_CONF environment variable

0 commit comments

Comments
 (0)