Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Update version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agile6v committed Mar 1, 2022
1 parent 39f4350 commit 93b256a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 93b256a

Please sign in to comment.