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"