Skip to content

Commit

Permalink
bump version to v1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Crespo Grávalos committed Jul 15, 2019
1 parent b2e17da commit f322b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DOCKER_REGISTRY ?= "registry.hub.docker.com"
BINARY_NAME=secrets-manager
SECRETS_MANAGER_VERSION=v1.0.0-snapshot-1
SECRETS_MANAGER_VERSION=v1.0.0-rc.1
GO111MODULE=on
# Image URL to use all building/pushing image targets
IMG = ${DOCKER_REGISTRY}/${BINARY_NAME}:${SECRETS_MANAGER_VERSION}
Expand Down

0 comments on commit f322b2e

Please sign in to comment.