Skip to content

Commit

Permalink
chore: Release 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Mar 14, 2017
1 parent 09c8122 commit 76bad1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/homebrew/drafter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 76bad1e

Please sign in to comment.