Skip to content

Commit

Permalink
Merge pull request #48 from PureStorage-OpenConnect/v1.0.9
Browse files Browse the repository at this point in the history
update version for new release - v1.0.9
  • Loading branch information
sdodsley authored Feb 6, 2024
2 parents 643996e + 6bdad65 commit 525c7a7
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.0.8
VERSION?=1.0.9
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.0.8
ARG VERSION=1.0.9

WORKDIR /usr/src/app

Expand Down

0 comments on commit 525c7a7

Please sign in to comment.