From 108d3f82a92ff51936d7f915c4ac7f497c4fea12 Mon Sep 17 00:00:00 2001 From: Arpit Bhayani Date: Fri, 6 Sep 2024 01:57:07 +0530 Subject: [PATCH] Version bump to 0.0.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b9ee5f93..6d4820224 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ unittest-one: go test -v -count=1 --run $(TEST_FUNC) ./core/... build-docker: - docker build --tag dicedb/dicedb:latest --tag dicedb/dicedb:0.0.1 . + docker build --tag dicedb/dicedb:latest --tag dicedb/dicedb:0.0.2 . GOLANGCI_LINT_VERSION := 1.60.1