Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jc21 committed Jun 28, 2021
1 parent baaf19d commit 99eff5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion SPECS/dnsrouter.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global gh_user jc21

Name: dnsrouter
Version: 0.0.3
Version: 0.0.4
Release: 1%{?dist}
Summary: Simple DNS daemon to redirect requests based on domain names
Group: Applications/System
Expand Down Expand Up @@ -46,5 +46,9 @@ install -Dm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_unitdir}/%{name}.service
%systemd_postun_with_restart %{name}.service

%changelog
* Mon Jun 28 2021 Jamie Curnow <jc@jc21.com> 0.0.4-1
- https://github.com/jc21/dnsrouter/releases/tag/v0.0.4

* Fri Jun 25 2021 Jamie Curnow <jc@jc21.com> 0.0.3-1
- https://github.com/jc21/dnsrouter/releases/tag/v0.0.3

2 changes: 1 addition & 1 deletion rpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"publish": {
"PACKAGE": "dnsrouter",
"GH_USER": "jc21-rpm",
"VERSION": "0.0.3"
"VERSION": "0.0.4"
}
}

0 comments on commit 99eff5a

Please sign in to comment.