Skip to content

Commit 11ee2ba

Browse files
committed
Version bump
1 parent 306a0ea commit 11ee2ba

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

cli/cli.go

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

4141
const (
4242
APP = "SSLScan Client"
43-
VER = "3.0.1"
43+
VER = "3.0.2"
4444
DESC = "Command-line client for the SSL Labs API"
4545
)
4646

common/sslcli.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
Summary: Pretty awesome command-line client for public SSLLabs API
1212
Name: sslcli
13-
Version: 3.0.1
13+
Version: 3.0.2
1414
Release: 0%{?dist}
1515
Group: Applications/System
1616
License: Apache License, Version 2.0
@@ -103,6 +103,10 @@ fi
103103
################################################################################
104104

105105
%changelog
106+
* Tue Aug 06 2024 Anton Novojilov <andy@essentialkaos.com> - 3.0.2-0
107+
- Package ek updated to v13
108+
- Dependencies update
109+
106110
* Mon Jun 24 2024 Anton Novojilov <andy@essentialkaos.com> - 3.0.1-0
107111
- Code refactoring
108112
- Dependencies update

0 commit comments

Comments
 (0)