Skip to content

Commit b7f9a44

Browse files
authored
Merge pull request #102 from essentialkaos/develop
Version bump
2 parents 0f39861 + 0ebbac1 commit b7f9a44

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cli/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import (
3636

3737
const (
3838
APP = "SSLScan Client"
39-
VER = "2.7.2"
39+
VER = "2.7.3"
4040
DESC = "Command-line client for the SSL Labs API"
4141
)
4242

common/sslcli.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848

4949
Summary: Pretty awesome command-line client for public SSLLabs API
5050
Name: sslcli
51-
Version: 2.7.2
52-
Release: 1%{?dist}
51+
Version: 2.7.3
52+
Release: 0%{?dist}
5353
Group: Applications/System
5454
License: Apache License, Version 2.0
5555
URL: https://kaos.sh/sslcli
@@ -134,7 +134,7 @@ fi
134134
################################################################################
135135

136136
%changelog
137-
* Thu Dec 01 2022 Anton Novojilov <andy@essentialkaos.com> - 2.7.2-1
137+
* Thu Dec 01 2022 Anton Novojilov <andy@essentialkaos.com> - 2.7.3-0
138138
- Fixed build using sources from source.kaos.st
139139

140140
* Tue May 10 2022 Anton Novojilov <andy@essentialkaos.com> - 2.7.2-0

0 commit comments

Comments
 (0)