Return-Path: X-Original-To: apmail-buildr-commits-archive@www.apache.org Delivered-To: apmail-buildr-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2029E11045 for ; Wed, 18 Jun 2014 12:19:40 +0000 (UTC) Received: (qmail 16192 invoked by uid 500); 18 Jun 2014 12:19:40 -0000 Delivered-To: apmail-buildr-commits-archive@buildr.apache.org Received: (qmail 16158 invoked by uid 500); 18 Jun 2014 12:19:40 -0000 Mailing-List: contact commits-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@buildr.apache.org Delivered-To: mailing list commits@buildr.apache.org Received: (qmail 16147 invoked by uid 99); 18 Jun 2014 12:19:40 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jun 2014 12:19:40 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6917683B902; Wed, 18 Jun 2014 12:19:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: donaldp@apache.org To: commits@buildr.apache.org Date: Wed, 18 Jun 2014 12:19:39 -0000 Message-Id: <8d0e832d01534ead8ee306ca3d57dc18@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/9] git commit: Bump the version in preparation for release Repository: buildr Updated Branches: refs/heads/master 54eb58c3c -> 661f4821d Bump the version in preparation for release Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/884ea173 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/884ea173 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/884ea173 Branch: refs/heads/master Commit: 884ea173417c2764cd7500812df3cf764e344344 Parents: 54eb58c Author: Peter Donald Authored: Wed Jun 18 21:41:17 2014 +1000 Committer: Peter Donald Committed: Wed Jun 18 21:41:17 2014 +1000 ---------------------------------------------------------------------- lib/buildr/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/884ea173/lib/buildr/version.rb ---------------------------------------------------------------------- diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb index a43d326..3823295 100644 --- a/lib/buildr/version.rb +++ b/lib/buildr/version.rb @@ -14,5 +14,5 @@ # the License. module Buildr #:nodoc: - VERSION = '1.4.18.dev'.freeze + VERSION = '1.4.18'.freeze end