Skip to content

Commit

Permalink
chore: update version to v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalPazz committed Dec 16, 2024
1 parent fc9e497 commit ce01a39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
INSTALL_PATH = /usr/local/bin/promoter
VERSION ?= v0.5.4
VERSION ?= v0.5.5
LDFLAGS = -ldflags="-X 'promoter/cmd.Version=${VERSION}'"

install:
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Detect the platform and architecture
OS=$(uname -s)
ARCH=$(uname -m)
VERSION=v0.5.4
VERSION=v0.5.5

# Map platform and architecture to the correct binary name
case "$OS" in
Expand Down

0 comments on commit ce01a39

Please sign in to comment.