From f08ee2bfa71f6f6a192607be16468b1441a525e4 Mon Sep 17 00:00:00 2001 From: segersniels Date: Mon, 18 Nov 2024 15:57:00 +0100 Subject: [PATCH] :bookmark: 1.1.1 --- apps/cli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cli/Makefile b/apps/cli/Makefile index fcf2952..f83ce28 100644 --- a/apps/cli/Makefile +++ b/apps/cli/Makefile @@ -1,7 +1,7 @@ .PHONY: build clean dev version demo $(TARGETS) BINARY_NAME := genmoji -VERSION := 1.1.0 +VERSION := 1.1.1 BUILD_DIR := bin TARGETS := darwin-arm64 darwin-amd64 linux-arm64 linux-amd64