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