From cbee29b97e702b99c8373ca25a6464e767a1be3d Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Thu, 20 Dec 2018 00:36:14 +0100 Subject: [PATCH 1/2] did you mean 'compiling'? Signed-off-by: 0xflotus <0xflotus@gmail.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e877ae3..5d485c5 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Note, that in order to guarantee correct versions of dependencies, the project [ ## Building -The repo comes with two ways of building a `docker` image: compliling locally, and compliling using a multi-stage `Dockerfile` image. +The repo comes with two ways of building a `docker` image: compiling locally, and compiling using a multi-stage `Dockerfile` image. ### Compiling using a multi-stage Dockerfile From 0c034d87514ae790357a819f471a319a8138959e Mon Sep 17 00:00:00 2001 From: Mikolaj Pawlikowski Date: Thu, 20 Dec 2018 12:01:44 +0100 Subject: [PATCH 2/2] Bump patch version to 1.0.3 Signed-off-by: Mikolaj Pawlikowski --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf2aa75..0a44e88 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ name ?= goldpinger -version ?= 1.0.2 +version ?= 1.0.3 bin ?= goldpinger pkg ?= "github.com/bloomberg/goldpinger" tag = $(name):$(version)