Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

Commit

Permalink
bumping the version
Browse files Browse the repository at this point in the history
  • Loading branch information
gserra-olx committed May 2, 2017
1 parent 01b64ad commit aa7a653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion homebrew-recipie/goad.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit aa7a653

Please sign in to comment.