1
0

Since the major problem is solved. The version could be incremented.

This commit is contained in:
Alexander Andreev 2022-04-02 02:01:37 +04:00
parent 1b5dea899e
commit 49ae7467fc
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: Alexander "Arav" Andreev <me@arav.top>
pkgname=dwelling-radio-git
pkgver=22.13.1
pkgver=22.13.2
pkgrel=1
pkgdesc="Arav's dwelling / Radio"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')

View File

@ -22,7 +22,7 @@ func main() {
flag.Parse()
if *showVersion {
fmt.Println("dwelling-radio Ver. 22.13.1\nCopyright (c) 2022 Alexander \"Arav\" Andreev <me@arav.top>")
fmt.Println("dwelling-radio Ver. 22.13.2\nCopyright (c) 2022 Alexander \"Arav\" Andreev <me@arav.top>")
return
}