Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
bumping version to also bump the tag
Browse files Browse the repository at this point in the history
Change-Id: I1b21598365c7ae9eba6951211f34536b0948cc5f
  • Loading branch information
Morgan L'Fey committed Aug 28, 2023
1 parent 210324d commit 42167c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ With multi-stage builds you can keep the whole process contained in your Dockerf
```
FROM golang:1.9-alpine as confd
ARG CONFD_VERSION=0.16.0-metadata-dev
ARG CONFD_VERSION=0.16.1-metadata-dev
ADD https://github.com/fitbit/confd/archive/v${CONFD_VERSION}.tar.gz /tmp/
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

const Version = "0.16.0-metadata-dev"
const Version = "0.16.1-metadata-dev"

// We want to replace this variable at build time with "-ldflags -X main.GitSHA=xxx", where const is not supported.
var GitSHA = ""

0 comments on commit 42167c3

Please sign in to comment.