diff --git a/contrib/archlinux/PKGBUILD b/contrib/archlinux/PKGBUILD index 42bcf7f..cfd2989 100644 --- a/contrib/archlinux/PKGBUILD +++ b/contrib/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Alexander "Arav" Andreev pkgname=httpprocwatchd -pkgver=1.3.1 +pkgver=1.3.2 pkgrel=1 pkgdesc="HTTPProcWatchD hands out an HTTP endpoint to see status of watched processes." arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') diff --git a/main.go b/main.go index b3d0946..9a30890 100644 --- a/main.go +++ b/main.go @@ -19,7 +19,7 @@ func listWatchedProcesses(processes *[]string) { // version prints information about program. func version() { - fmt.Println("httpprocwatchd ver. 1.3.1") + fmt.Println("httpprocwatchd ver. 1.3.2") fmt.Println("Copyright (c) 2021,2022 Alexander \"Arav\" Andreev ") fmt.Println("This program is licensed under terms of MIT+NIGGER license a copy") fmt.Println("of wich is located in /usr/share/licenses/httpprocwatchd/LICENSE.")