diff --git a/cli/cli.go b/cli/cli.go index 06b3f4b..7c3d97c 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -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" ) diff --git a/piper.spec b/piper.spec index a402fb8..5bf82d4 100644 --- a/piper.spec +++ b/piper.spec @@ -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 @@ -63,5 +63,8 @@ rm -rf %{buildroot} ############################################################################### %changelog +* Mon Nov 20 2017 Gleb Goncharov - 1.1.0-0 +- Updated to the latest release. + * Fri Oct 27 2017 Gleb Goncharov - 1.0.0-0 - Initial build.