Skip to content

Commit f322b2e

Browse files
author
Fernando Crespo Grávalos
committed
bump version to v1.0.0-rc.1
1 parent b2e17da commit f322b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DOCKER_REGISTRY ?= "registry.hub.docker.com"
22
BINARY_NAME=secrets-manager
3-
SECRETS_MANAGER_VERSION=v1.0.0-snapshot-1
3+
SECRETS_MANAGER_VERSION=v1.0.0-rc.1
44
GO111MODULE=on
55
# Image URL to use all building/pushing image targets
66
IMG = ${DOCKER_REGISTRY}/${BINARY_NAME}:${SECRETS_MANAGER_VERSION}

0 commit comments

Comments
 (0)