Fix version in DEBIAN/control and Makefile default to 1.0.1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
BINARY=syncserver
|
BINARY=syncserver
|
||||||
VERSION?=1.0.0
|
VERSION?=1.0.1
|
||||||
GO?=go
|
GO?=go
|
||||||
LDFLAGS=-s -w -X main.version=$(VERSION) -X main.commit=$(shell git rev-parse --short HEAD 2>/dev/null || echo unknown)
|
LDFLAGS=-s -w -X main.version=$(VERSION) -X main.commit=$(shell git rev-parse --short HEAD 2>/dev/null || echo unknown)
|
||||||
BUILD_FLAGS=CGO_ENABLED=0
|
BUILD_FLAGS=CGO_ENABLED=0
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
Package: syncserver
|
Package: syncserver
|
||||||
Version: 1a66ac5
|
Version: 7c5a091-dirty
|
||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
Section: net
|
Section: net
|
||||||
Priority: optional
|
Priority: optional
|
||||||
|
|||||||
Reference in New Issue
Block a user