1
0
Fork 0

Incremented version.

This commit is contained in:
Alexander Andreev 2022-07-01 04:01:43 +04:00
parent 2c130b950f
commit 3a106371fe
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
2 changed files with 2 additions and 2 deletions

View File

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

View File

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