Skip to content

Commit

Permalink
bumped to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ugol committed Apr 23, 2023
1 parent 6631764 commit a4ece68
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.1.8
ARG VERSION=0.1.9
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.1.8
VERSION=0.1.9
USER=$(shell id -u -n)
TIME=$(shell date)

Expand Down

0 comments on commit a4ece68

Please sign in to comment.