Skip to content

Commit 5fd5a45

Browse files
committed
fix: set version to 1.0.0 for clean release
1 parent 0b5a0b0 commit 5fd5a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
APP=kdiff
2-
VERSION=1.0.1
2+
VERSION=1.0.0
33
COMMIT=$(shell git rev-parse --short HEAD 2>/dev/null || echo "none")
44
DATE=$(shell date -u +%Y-%m-%dT%H:%M:%SZ)
55

0 commit comments

Comments
 (0)