Skip to content

Commit 964433b

Browse files
committed
v0.0.5
1 parent ecc5d03 commit 964433b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

SPECS/dnsrouter.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global gh_user jc21
44

55
Name: dnsrouter
6-
Version: 0.0.4
6+
Version: 0.0.5
77
Release: 1%{?dist}
88
Summary: Simple DNS daemon to redirect requests based on domain names
99
Group: Applications/System
@@ -46,6 +46,9 @@ install -Dm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_unitdir}/%{name}.service
4646
%systemd_postun_with_restart %{name}.service
4747

4848
%changelog
49+
* Wed Oct 27 2021 Jamie Curnow <[email protected]> 0.0.5-1
50+
- https://github.com/jc21/dnsrouter/releases/tag/v0.0.5
51+
4952
* Mon Jun 28 2021 Jamie Curnow <[email protected]> 0.0.4-1
5053
- https://github.com/jc21/dnsrouter/releases/tag/v0.0.4
5154

rpm.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"publish": {
33
"PACKAGE": "dnsrouter",
44
"GH_USER": "jc21-rpm",
5-
"VERSION": "0.0.4"
5+
"VERSION": "0.0.5"
66
}
77
}

0 commit comments

Comments
 (0)