diff --git a/Makefile b/Makefile index 11ccbd6..7e5bb27 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ BINARY = squeeze GO_BIN := go -VERSION := "0.1.0" +VERSION := "0.1.1" GIT_TAG ?= $(shell git rev-parse --short HEAD) VERSION_FLAGS = "-X github.com/agile6v/squeeze/pkg/version.version=${VERSION} \ -X github.com/agile6v/squeeze/pkg/version.gitRevision=$(GIT_TAG)" @@ -31,7 +31,7 @@ protoc: .PHONY: build build: - @echo "### Building binary" + @echo "### Building binary with version $(VERSION)" $(GO_BIN) build -ldflags ${VERSION_FLAGS} -o $(BINARY) .PHONY: build-vendor diff --git a/README.md b/README.md index 75444d9..53a0378 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Squeeze ![Build Status](https://travis-ci.org/agile6v/squeeze.svg?branch=master) [![version](https://img.shields.io/badge/version-0.1.0--beta-bule.svg)](https://github.com/agile6v/squeeze/releases/tag/v0.1.0) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) -**Squeeze** is a modern, easy-to-use, and highly capable load-testing tool. It uses the Master-Slave pattern to simulate any number of users hitting the target. In addition, Squeeze provides the command line and web-based tool to create tasks and display results. +**Squeeze** is a modern, easy-to-use, and highly capable load-testing tool. It uses the Master-Slave pattern to simulate any number of users hitting the target. In addition, Squeeze provides the command line and web-based tool to create tasks and show results. # Table of Contents - [Features](#features)