bump to 0.4.3

This commit is contained in:
Boshi LIAN 2020-05-15 02:02:27 -07:00
parent 659bcaebeb
commit 1e1b10a59a
3 changed files with 2 additions and 3 deletions

View file

@ -8,7 +8,6 @@ RUN apk update \
RUN apk add google-authenticator git gcc libc-dev linux-pam-dev
ADD . /go/src/github.com/tg123/sshpiper/
ENV GO111MODULE=on
WORKDIR /go/src/github.com/tg123/sshpiper/sshpiperd
RUN go build -ldflags "$(/go/src/github.com/tg123/sshpiper/sshpiperd/ldflags.sh)" -tags pam -o /go/bin/sshpiperd

View file

@ -1,5 +1,5 @@
name: sshpiperd
version: 0.4.2
version: 0.4.3
summary: The missing reverse proxy for ssh scp
description: |
SSH Piper works as a proxy-like ware, and route connections by username, src ip , etc.

2
ver
View file

@ -1 +1 @@
v0.4.2dev
v0.4.3