Skip to content

Commit

Permalink
Merge pull request #449 from apiaryio/kylef/3.2.3
Browse files Browse the repository at this point in the history
chore: Release 3.2.3
  • Loading branch information
kylef authored Jan 18, 2017
2 parents a2705da + 927f152 commit 3c38036
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Drafter Changelog

## Stable v3
## 3.2.3

### Bug Fixes

Expand Down
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 2
#define DRAFTER_PATCH_VERSION 3

#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.2'
head 'https://github.com/apiaryio/drafter.git', :tag => 'v3.2.3'

def install
system "./configure", "--shared"
Expand Down

0 comments on commit 3c38036

Please sign in to comment.