diff --git a/SPECS/docker-slim.spec b/SPECS/docker-slim.spec index 10eeefe..78e0dda 100644 --- a/SPECS/docker-slim.spec +++ b/SPECS/docker-slim.spec @@ -3,7 +3,7 @@ %global gh_user docker-slim Name: docker-slim -Version: 1.26.0 +Version: 1.26.1 Release: 1 Summary: Minify and Secure Docker containers Group: Applications/System @@ -69,6 +69,9 @@ rm -rf %{buildroot} %changelog +* Fri Nov 29 2019 Jamie curnow 1.26.1-1 +- v1.26.1 + * Sun Nov 17 2019 Jamie curnow 1.26.0-1 - v1.26.0 diff --git a/rpm.json b/rpm.json index c17ea60..feee1e8 100644 --- a/rpm.json +++ b/rpm.json @@ -2,6 +2,6 @@ "publish": { "PACKAGE": "docker-slim", "GH_USER": "jc21-rpm", - "VERSION": "1.26.0" + "VERSION": "1.26.1" } }