Skip to content

Commit

Permalink
v0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Curnow committed May 9, 2021
1 parent 7554c87 commit 347e234
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions SPECS/wtf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

%global gh_user wtfutil
%global gh_name wtf
%global gh_commit 4d2027d9832d1d79d973849c9eee60dd5f559855
%global gh_commit 91942b68f203aa95e43dfa637165f0136a9343da
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})

Name: wtfutil
Version: 0.36.0
Version: 0.37.0
Release: 1%{?dist}
Summary: A personal terminal-based dashboard utility, designed for displaying infrequently-needed, but very important, daily data.
Group: Applications/System
Expand Down Expand Up @@ -45,6 +45,9 @@ install -Dm0755 %{_builddir}/src/github.com/%{gh_user}/%{gh_name}/bin/%{name} %{
%{_bindir}/%{name}

%changelog
* Mon May 10 2021 Jamie Curnow <[email protected]> 0.37.0-1
- v0.37.0

* Wed Mar 24 2021 Jamie Curnow <[email protected]> 0.36.0-1
- v0.36.0

Expand Down
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": "wtf",
"GH_USER": "jc21-rpm",
"VERSION": "0.36.0"
"VERSION": "0.37.0"
}
}

0 comments on commit 347e234

Please sign in to comment.