We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b64ad commit aa7a653Copy full SHA for aa7a653
Makefile
@@ -10,7 +10,7 @@ GOPATH := ${PWD}/vendor:${GOPATH}
10
export GOPATH
11
12
# These will be provided to the target
13
-VERSION := 1.3.0
+VERSION := 1.4.0
14
BUILD := `git rev-parse HEAD`
15
16
# Timestamp of last commit to allow for reproducable builds
homebrew-recipie/goad.rb
@@ -2,7 +2,7 @@ class Goad < Formula
2
desc "An AWS Lambda powered, highly distributed, load testing tool built in Go."
3
homepage "https://goad.io/"
4
url "https://github.com/goadapp/goad.git"
5
- version "1.3.0"
+ version "1.4.0"
6
7
depends_on "go" => :build
8
0 commit comments