From 219f38bf53f125c7657c0f81e7e4dfc2a73dd61a Mon Sep 17 00:00:00 2001 From: Pranav Bansal Date: Sun, 4 Feb 2024 15:17:58 +0000 Subject: [PATCH] Update Makefile --- Makefile | 2 +- cmd/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 494fa4f..44db14b 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ darwin: linux: GOOS=linux \ - go build $(BUILD_FLAGS) -o clocks-linux-arm64 + go build $(BUILD_FLAGS) -o $(DIST_DIR)/clocks-linux clean: rm -r $(DIST_DIR)/ diff --git a/cmd/version.txt b/cmd/version.txt index 0d91a54..1d0ba9e 100644 --- a/cmd/version.txt +++ b/cmd/version.txt @@ -1 +1 @@ -0.3.0 +0.4.0