Skip to content

Commit 379fdf4

Browse files
committed
version 1.3.2
1 parent 8b02c95 commit 379fdf4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ before_install:
1515
- sudo apt-get install -y asciidoc docbook-utils docbook-xml libxml2-utils xsltproc
1616

1717
go:
18-
- 1.11.x
1918
- 1.12.x
2019
- 1.13.x
2120
- 1.14.x
21+
- 1.15.x
2222

2323
notifications:
2424
email: false

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SSHPROXY_VERSION ?= 1.3.1
1+
SSHPROXY_VERSION ?= 1.3.2
22
SSHPROXY_GIT_URL ?= github.com/cea-hpc/sshproxy
33

44
prefix ?= /usr

misc/sshproxy.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global debug_package %{nil}
44

55
Name: sshproxy
6-
Version: 1.3.1
6+
Version: 1.3.2
77
Release: 1%{?dist}
88
Summary: SSH proxy
99
License: CeCILL-B
@@ -51,6 +51,9 @@ install -p -m 0644 config/sshproxy.yaml %{buildroot}%{_sysconfdir}/sshproxy
5151
%{_mandir}/man8/sshproxy-replay.8*
5252

5353
%changelog
54+
* Mon Sep 28 2020 Cyril Servant <[email protected]> - 1.3.2-1
55+
- sshproxy 1.3.2
56+
5457
* Wed Sep 23 2020 Cyril Servant <[email protected]> - 1.3.1-1
5558
- sshproxy 1.3.1
5659

0 commit comments

Comments
 (0)