Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
acavella committed Jan 10, 2024
1 parent a60cdd5 commit 56ce629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/dev/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
set -e

# Set build variables
GOREVOKE_TAG="v1.0.0-rc11"
GOREVOKE_TAG="v1.0.0-rc12"
APP_NAME="gorevoke"
APP_VERSION=${GOREVOKE_TAG#v}
APP_BUILD="Dev"
Expand Down
2 changes: 1 addition & 1 deletion build/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_TAG=v1.0.0-rc11
ARG BUILD_TAG=v1.0.0-rc12

FROM docker.io/library/golang:1.20.12-alpine3.19 as builder
ENV GOREVOKE_TAG=${BUILD_TAG}
Expand Down

0 comments on commit 56ce629

Please sign in to comment.