diff --git a/main.go b/main.go index 40ecc4d6..16ded0b7 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( ) const ( - version = "0.1.2-dev" + version = "0.1.2" usage = "inspect images on a registry" ) diff --git a/skopeo.spec b/skopeo.spec index dbb6ca62..8a032249 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -1,9 +1,6 @@ -%global commit 7c8a3fdbe04f9d4f60ad951ff2bc0c99000e4110 -%global shortcommit %(c=%{commit}; echo ${c:0:7}) - Name: skopeo -Version: 0.1.1 -Release: 1%{?dist} +Version: 0.1.2 +Release: 0%{?dist} Summary: Inspect Docker images and repositories on registries License: MIT URL: https://github.com/runcom/skopeo @@ -43,6 +40,8 @@ make DESTDIR=%{buildroot} install %doc README.md LICENSE %changelog +* Fri Jan 22 2016 Antonio Murdaca - 0.1.2 +- v0.1.2 * Fri Jan 22 2016 Antonio Murdaca - 0.1.1 - v0.1.1 * Thu Jan 21 2016 Antonio Murdaca - 0.1.0