Skip to content

Commit

Permalink
Merge pull request #96 from james-laing/94-v111-tracking-issue
Browse files Browse the repository at this point in the history
v1.1.1
  • Loading branch information
chrroberts-pure authored Nov 8, 2024
2 parents 5ce4542 + 83ce262 commit 56a8fd8
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 @@ -3,7 +3,7 @@ GOTEST=$(GOCMD) test
GOVET=$(GOCMD) vet
BINARY_NAME=pure-fb-om-exporter
MODULE_NAME=purestorage/fb-openmetrics-exporter
VERSION?=1.1.0
VERSION?=1.1.1
SERVICE_PORT?=9491
DOCKER_REGISTRY?= quay.io/purestorage/
EXPORT_RESULT?=false # for CI please set EXPORT_RESULT to true
Expand Down
2 changes: 1 addition & 1 deletion build/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM golang:alpine as build
ARG VERSION=1.1.0
ARG VERSION=1.1.1

WORKDIR /usr/src/app

Expand Down

0 comments on commit 56a8fd8

Please sign in to comment.