From b3dce8dda5d48b36e963abeffe5b0de7afecac3d Mon Sep 17 00:00:00 2001 From: Pavan Kumar Sunkara Date: Mon, 6 Jul 2015 16:04:40 +0530 Subject: [PATCH] Prepare release v0.1.9 --- 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 83ca6e04c..ac8c1e40d 100644 --- a/src/Version.h +++ b/src/Version.h @@ -15,7 +15,7 @@ #define DRAFTER_MAJOR_VERSION 0 #define DRAFTER_MINOR_VERSION 1 -#define DRAFTER_PATCH_VERSION 8 +#define DRAFTER_PATCH_VERSION 9 #define DRAFTER_VERSION_IS_RELEASE 1 diff --git a/tools/homebrew/drafter.rb b/tools/homebrew/drafter.rb index ccaaaa09f..cef5084e7 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 => 'v0.1.8' + head 'https://github.com/apiaryio/drafter.git', :tag => 'v0.1.9' def install system "./configure"