Skip to content
This repository has been archived by the owner on Dec 27, 2020. It is now read-only.

Commit

Permalink
Bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gongled committed Nov 19, 2017
1 parent c3556c7 commit 19065d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
// Application info
const (
APP = "piper"
VER = "1.0.0"
VER = "1.1.0"
DESC = "Utility for log rotation for 12-factor apps"
)

Expand Down
5 changes: 4 additions & 1 deletion piper.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Summary: Utility for log rotation for 12-factor apps
Name: piper
Version: 1.0.0
Version: 1.1.0
Release: 0%{?dist}
Group: Development/Tools
License: MIT
Expand Down Expand Up @@ -63,5 +63,8 @@ rm -rf %{buildroot}
###############################################################################

%changelog
* Mon Nov 20 2017 Gleb Goncharov <[email protected]> - 1.1.0-0
- Updated to the latest release.

* Fri Oct 27 2017 Gleb Goncharov <[email protected]> - 1.0.0-0
- Initial build.

0 comments on commit 19065d4

Please sign in to comment.