From d72d116e751319369c966a65c594157688ed904c Mon Sep 17 00:00:00 2001 From: Jordan Sissel Date: Tue, 22 Jan 2013 14:45:40 -0800 Subject: [PATCH] - version bump for #337 --- CHANGELIST | 3 +++ lib/fpm/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELIST b/CHANGELIST index 179785cbfc..3b126f262a 100644 --- a/CHANGELIST +++ b/CHANGELIST @@ -1,3 +1,6 @@ +0.4.29 (January 22, 2013) + - Copy links literally, not what they point at (#337, patch by Dane Knecht) + 0.4.28 (January 21, 2013) - Fix a dependency on the 'cabin' gem. (#344, reported by Jay Buffington) diff --git a/lib/fpm/version.rb b/lib/fpm/version.rb index 258b4f9264..7680123eaa 100644 --- a/lib/fpm/version.rb +++ b/lib/fpm/version.rb @@ -1,3 +1,3 @@ module FPM - VERSION = "0.4.28" + VERSION = "0.4.29" end