Skip to content

Commit

Permalink
chore: change default version
Browse files Browse the repository at this point in the history
  • Loading branch information
geekdada committed Dec 26, 2020
1 parent 6f80dea commit 45d0af9
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,7 +1,7 @@
PKG=github.com/geekdada/flomo-cli
NAME=flomo-cli
BINDIR=artifacts
VERSION=$(shell git describe --tags || echo "development")
VERSION=$(shell git describe --tags || echo "unknown")
GOBUILD=CGO_ENABLED=0 go build -trimpath -ldflags '-X "main.version=$(VERSION)" \
-w -s -buildid='

Expand Down
2 changes: 1 addition & 1 deletion constant.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package main

var (
version = "development"
version = "unknown"
)

0 comments on commit 45d0af9

Please sign in to comment.