From 49a40df882e2bf83144977a08961e6b731d652bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mindaugas=20Moz=C5=ABras?= Date: Sun, 25 Jan 2015 19:14:08 +0200 Subject: [PATCH] Bump version to 0.4.0 --- CHANGELOG.md | 3 +++ lib/pronto/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7535644e..974dcabc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased + +## 0.4.0 + ### New features * Try to detect pull request id automatically, if `PULL_REQUEST_ID` is not specified. Inspired by @willnet/prid. diff --git a/lib/pronto/version.rb b/lib/pronto/version.rb index 0b96b973..e846282a 100644 --- a/lib/pronto/version.rb +++ b/lib/pronto/version.rb @@ -1,3 +1,3 @@ module Pronto - VERSION = '0.3.3' + VERSION = '0.4.0' end