Skip to content

Commit

Permalink
bumped to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ugol committed Apr 27, 2023
1 parent 7a7d2f2 commit 3504b6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.20-alpine AS builder
MAINTAINER Ugo Landini <ugo@confluent.io>

ARG VERSION=0.2.0
ARG VERSION=0.2.1
ARG USER=$(id -u -n)
ARG TIME=$(date)

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.2.0
VERSION=0.2.1
USER=$(shell id -u -n)
TIME=$(shell date)

Expand Down

0 comments on commit 3504b6d

Please sign in to comment.