Skip to content

Commit

Permalink
bump version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Gorzinski authored and ThePrez committed May 14, 2021
1 parent 8d4c809 commit d2fe858
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Service Commander's unique design is intended to offer a great deal of flexibili
# Installation

## Option 1: Binary distribution
You can install the binary distribution by copying the link to the `.rpm` file from the releases page of this project and using `yum` to install it. For instance, to install the v0.2.2 release:
You can install the binary distribution by copying the link to the `.rpm` file from the releases page of this project and using `yum` to install it. For instance, to install the v0.2.3 release:
```
yum install https://github.com/ThePrez/ServiceCommander-IBMi/releases/download/v0.2.2/sc-0.2.2-0.ibmi7.2.ppc64.rpm
yum install https://github.com/ThePrez/ServiceCommander-IBMi/releases/download/v0.2.3/sc-0.2.3-0.ibmi7.2.ppc64.rpm
```
Of note, this RPM has not yet been tested. Feel free to evaluate and submit an issue if you encounter any problems.

Expand Down
2 changes: 2 additions & 0 deletions sc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ INSTALL_ROOT=%{buildroot} gmake -e install
%{_mandir}/man1/%{name}.*

%changelog
* Fri May 14 2021 Jesse Gorzinski <[email protected]> - 0.2.3
- enhancement: issue warning when no services are in group
* Thu May 13 2021 Jesse Gorzinski <[email protected]> - 0.2.2
- bugfix: Internationalize STRTCPSVR support
* Thu Apr 15 2021 Jesse Gorzinski <[email protected]> - 0.2.1
Expand Down

0 comments on commit d2fe858

Please sign in to comment.