From 19889c145761911141ed33a4517f306488ab816c Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Sun, 18 Apr 2021 10:52:35 +0100 Subject: [PATCH] v2.0 --- doc/changelog.txt | 2 +- makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changelog.txt b/doc/changelog.txt index be49ba69..a4a1b48e 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,4 +1,4 @@ -# upcoming +# v2.0 (2021-04-18) - (new) user interface tweaks - (new) feed parser fully rewritten diff --git a/makefile b/makefile index 6c766708..6148f5ef 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -VERSION=1.4 +VERSION=2.0 GITHASH=$(shell git rev-parse --short=8 HEAD) CGO_ENABLED=1