From 76bad1ee5977785691afb01b9a05e8f176ff9596 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Tue, 14 Mar 2017 11:12:59 +0000 Subject: [PATCH] chore: Release 3.2.5 --- src/Version.h | 2 +- tools/homebrew/drafter.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Version.h b/src/Version.h index 46ff94124..7e53bc132 100644 --- a/src/Version.h +++ b/src/Version.h @@ -15,7 +15,7 @@ #define DRAFTER_MAJOR_VERSION 3 #define DRAFTER_MINOR_VERSION 2 -#define DRAFTER_PATCH_VERSION 4 +#define DRAFTER_PATCH_VERSION 5 #define DRAFTER_VERSION_IS_RELEASE 1 #define DRAFTER_PRE_RELEASE_VERSION 0 diff --git a/tools/homebrew/drafter.rb b/tools/homebrew/drafter.rb index a8dbf836a..e72df7a98 100644 --- a/tools/homebrew/drafter.rb +++ b/tools/homebrew/drafter.rb @@ -2,7 +2,7 @@ class Drafter < Formula homepage 'http://apiblueprint.org' - head 'https://github.com/apiaryio/drafter.git', :tag => 'v3.2.4' + head 'https://github.com/apiaryio/drafter.git', :tag => 'v3.2.5' def install system "./configure", "--shared"