diff --git a/Makefile b/Makefile index 9f02ce9..9417e7c 100755 --- a/Makefile +++ b/Makefile @@ -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} diff --git a/README.md b/README.md index 5f41d96..29b1684 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -justcaptcha ver. 1.1.1 +justcaptcha ver. 1.1.2 ====================== A simple CAPTCHA service implementation. diff --git a/build/archlinux/PKGBUILD b/build/archlinux/PKGBUILD index 6ee325d..251a363 100644 --- a/build/archlinux/PKGBUILD +++ b/build/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Alexander "Arav" Andreev 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')