Version changed to 1.1.2.

This commit is contained in:
Alexander Andreev 2022-08-19 02:26:03 +04:00
parent 4b0577f1bd
commit cdd861b944
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ SYSDDIR_=${shell pkg-config systemd --variable=systemdsystemunitdir}
SYSDDIR=${SYSDDIR_:/%=%}
DESTDIR=/
LDFLAGS=-ldflags "-s -w -X main.version=1.1.1" -tags osusergo,netgo
LDFLAGS=-ldflags "-s -w -X main.version=1.1.2" -tags osusergo,netgo
all: ${TARGET}

View File

@ -1,4 +1,4 @@
justcaptcha ver. 1.1.1
justcaptcha ver. 1.1.2
======================
A simple CAPTCHA service implementation.

View File

@ -1,6 +1,6 @@
# Maintainer: Alexander "Arav" Andreev <me@arav.top>
pkgname=justcaptcha-git
pkgver=1.1.1
pkgver=1.1.2
pkgrel=1
pkgdesc="Just a CAPTCHA service"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')