Skip to content

Commit aa7a653

Browse files
committed
bumping the version
1 parent 01b64ad commit aa7a653

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GOPATH := ${PWD}/vendor:${GOPATH}
1010
export GOPATH
1111

1212
# These will be provided to the target
13-
VERSION := 1.3.0
13+
VERSION := 1.4.0
1414
BUILD := `git rev-parse HEAD`
1515

1616
# Timestamp of last commit to allow for reproducable builds

homebrew-recipie/goad.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ class Goad < Formula
22
desc "An AWS Lambda powered, highly distributed, load testing tool built in Go."
33
homepage "https://goad.io/"
44
url "https://github.com/goadapp/goad.git"
5-
version "1.3.0"
5+
version "1.4.0"
66

77
depends_on "go" => :build
88

0 commit comments

Comments
 (0)