Skip to content

Commit 6bc7361

Browse files
author
Marcell Csendes
committed
Update version to 2.1.0
1 parent 3562510 commit 6bc7361

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Makefile for POCSAG-GO
22
# Builds all tools with dynamic version information
33

4-
VERSION ?= 2.0.0
4+
VERSION ?= 2.1.0
55
BUILD_TIME := $(shell date -u '+%Y-%m-%d_%H:%M:%S')
66
GIT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo "unknown")
77

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "fmt"
44

55
// Version information - can be set at build time
66
var (
7-
Version = "2.0.0"
7+
Version = "2.1.0"
88
BuildTime = "unknown"
99
GitCommit = "unknown"
1010
Author = "marcell"

0 commit comments

Comments
 (0)