Skip to content

Commit

Permalink
build: increment version, switch feature tag
Browse files Browse the repository at this point in the history
syntax -> livepreview
  • Loading branch information
xNaCly committed Apr 24, 2023
1 parent 22a5ab6 commit 068fbba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ver := 0.0.1-alpha
ver := 0.0.2-alpha
build_at := $(shell date +"%Y-%m-%dT%H:%M:%S%z")
build_by := $(shell git config --global user.name)-$(shell git config --global user.email)
feat := syntax.1
feat := livepreview.1
opt := -ldflags="-w -s -X main.VERSION=$(ver)+$(feat) -X main.BUILD_AT=$(build_at) -X main.BUILD_BY=$(build_by)"

release: build_linux build_darwin build_windows
Expand Down

0 comments on commit 068fbba

Please sign in to comment.