diff --git a/.gitignore b/.gitignore index afcba97..a592b71 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /flannel-a7b435a.tar.gz /v0.2.0.tar.gz /v0.3.0.tar.gz +/v0.3.1.tar.gz diff --git a/flannel.spec b/flannel.spec index 8463f4a..5932a64 100644 --- a/flannel.spec +++ b/flannel.spec @@ -9,7 +9,7 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: flannel -Version: 0.3.0 +Version: 0.3.1 Release: 1%{?dist} Summary: Etcd address management agent for overlay networks License: ASL 2.0 @@ -146,6 +146,9 @@ cp -pav {backend,pkg,subnet} %{buildroot}/%{gopath}/src/%{import_path}/ %endif %changelog +* Fri Apr 10 2015 Eric Paris - 0.3.1-1 +- Bump to version 0.3.1 + * Tue Apr 7 2015 Eric Paris - 0.3.0-1 - Bump to version 0.3.0 diff --git a/sources b/sources index 11120b6..55e68e4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7d77c1bcd866ed85421770e7cdf460b2 v0.3.0.tar.gz +c607404ddbf3bc8a4f33c27363370174 v0.3.1.tar.gz