We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3562510 commit 6bc7361Copy full SHA for 6bc7361
Makefile
@@ -1,7 +1,7 @@
1
# Makefile for POCSAG-GO
2
# Builds all tools with dynamic version information
3
4
-VERSION ?= 2.0.0
+VERSION ?= 2.1.0
5
BUILD_TIME := $(shell date -u '+%Y-%m-%d_%H:%M:%S')
6
GIT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo "unknown")
7
version.go
@@ -4,7 +4,7 @@ import "fmt"
// Version information - can be set at build time
var (
- Version = "2.0.0"
+ Version = "2.1.0"
8
BuildTime = "unknown"
9
GitCommit = "unknown"
10
Author = "marcell"
0 commit comments