1
0
Fork 0

Updated version.

This commit is contained in:
Alexander Andreev 2022-05-25 00:28:14 +04:00
parent d142bbcd7d
commit 2ffaeacc15
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -21,7 +21,7 @@ func main() {
flag.Parse()
if *showVersion {
fmt.Println("dwelling-upload-clean Ver. 22.13.0\nCopyright (c) 2022 Alexander \"Arav\" Andreev <me@arav.top>")
fmt.Println("dwelling-upload-clean Ver. 22.21.0\nCopyright (c) 2022 Alexander \"Arav\" Andreev <me@arav.top>")
return
}

View File

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