Skip to content

Commit

Permalink
Version bump to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitbbhayani committed Sep 5, 2024
1 parent b2d1c85 commit 108d3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 108d3f8

Please sign in to comment.