Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaber committed Aug 17, 2024
1 parent 3e49830 commit 0a7abae
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 @@ -10,7 +10,7 @@ daemon: build upload cleanup-remote daemon-remote

.PHONY: build
build:
go build -ldflags "-X 'github.com/lucaber/deckjoy/pkg/config.Version=0.0.3'" -o deckjoy main.go
go build -ldflags "-X 'github.com/lucaber/deckjoy/pkg/config.Version=0.1.0'" -o deckjoy main.go

.PHONY: zip
zip: build
Expand Down

0 comments on commit 0a7abae

Please sign in to comment.