Skip to content

Commit

Permalink
updating latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-at-startupmedia committed Jan 15, 2024
1 parent 0438775 commit 6ae5e4f
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 @@ -53,7 +53,7 @@ make systemd_install
### Using Release Installer

```bash
wget -O - https://raw.githubusercontent.com/joe-at-startupmedia/pmon3/master/release-installer.bash | bash -s 1.13.0
wget -O - https://raw.githubusercontent.com/joe-at-startupmedia/pmon3/master/release-installer.bash | bash -s 1.13.1
```

:exclamation::exclamation: Note :exclamation::exclamation:
Expand Down
2 changes: 1 addition & 1 deletion conf/conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

// current app version
var Version = "1.13.0"
var Version = "1.13.1"

// two options:
// 1. Use PMON3_CONF envionment variable
Expand Down

0 comments on commit 6ae5e4f

Please sign in to comment.