Skip to content

Commit 525c7a7

Browse files
authored
Merge pull request #48 from PureStorage-OpenConnect/v1.0.9
update version for new release - v1.0.9
2 parents 643996e + 6bdad65 commit 525c7a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GOTEST=$(GOCMD) test
33
GOVET=$(GOCMD) vet
44
BINARY_NAME=pure-fb-om-exporter
55
MODULE_NAME=purestorage/fb-openmetrics-exporter
6-
VERSION?=1.0.8
6+
VERSION?=1.0.9
77
SERVICE_PORT?=9491
88
DOCKER_REGISTRY?= quay.io/purestorage/
99
EXPORT_RESULT?=false # for CI please set EXPORT_RESULT to true

build/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM golang:alpine as build
2-
ARG VERSION=1.0.8
2+
ARG VERSION=1.0.9
33

44
WORKDIR /usr/src/app
55

0 commit comments

Comments
 (0)