1
0
Fork 0

Incremented minor version (represents current week number btw).

This commit is contained in:
Alexander Andreev 2022-07-07 02:16:47 +04:00
parent f097a495bc
commit 3a3a7b0dca
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-files-git
pkgver=22.26.0
pkgver=22.27.0
pkgrel=1
pkgdesc="Arav's dwelling / Files"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')

View File

@ -24,7 +24,7 @@ func main() {
log.SetFlags(0)
if *showVersion {
fmt.Println("dwelling-files ver. 22.26.0\nCopyright (c) 2022 Alexander \"Arav\" Andreev <me@arav.top>")
fmt.Println("dwelling-files ver. 22.27.0\nCopyright (c) 2022 Alexander \"Arav\" Andreev <me@arav.top>")
return
}