Skip to content

Commit 4c3ea3a

Browse files
committed
Version bump
1 parent d07cc1d commit 4c3ea3a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

cli/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import (
5050
// App info
5151
const (
5252
APP = "rep"
53-
VER = "3.5.9"
53+
VER = "3.5.10"
5454
DESC = "Package repository management tool"
5555
)
5656

common/rep.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
Summary: Package repository management tool
1717
Name: rep
18-
Version: 3.5.9
18+
Version: 3.5.10
1919
Release: 0%{?dist}
2020
Group: Applications/System
2121
License: Apache 2.0
@@ -109,6 +109,9 @@ rm -rf %{buildroot}
109109
################################################################################
110110

111111
%changelog
112+
* Wed Dec 24 2025 Anton Novojilov <[email protected]> - 3.5.10-0
113+
- Code refactoring
114+
112115
* Thu Dec 18 2025 Anton Novojilov <[email protected]> - 3.5.9-0
113116
- Added canceling protection for warming cache
114117

0 commit comments

Comments
 (0)