From aa7a65348642ac0dfb9888bba3103c432966b466 Mon Sep 17 00:00:00 2001 From: Guido Serra Date: Tue, 2 May 2017 11:02:19 +0200 Subject: [PATCH] bumping the version --- Makefile | 2 +- homebrew-recipie/goad.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1bb363e3..f0dbbe29 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ GOPATH := ${PWD}/vendor:${GOPATH} export GOPATH # These will be provided to the target -VERSION := 1.3.0 +VERSION := 1.4.0 BUILD := `git rev-parse HEAD` # Timestamp of last commit to allow for reproducable builds diff --git a/homebrew-recipie/goad.rb b/homebrew-recipie/goad.rb index 63fb265e..c1f0043b 100644 --- a/homebrew-recipie/goad.rb +++ b/homebrew-recipie/goad.rb @@ -2,7 +2,7 @@ class Goad < Formula desc "An AWS Lambda powered, highly distributed, load testing tool built in Go." homepage "https://goad.io/" url "https://github.com/goadapp/goad.git" - version "1.3.0" + version "1.4.0" depends_on "go" => :build