From 583d0cfa41b78bf137c66426dbaa7e468b6690f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 13 Jun 2023 09:43:42 +0200 Subject: Prepare v1.7.0 --- README.md | 2 +- pkg/version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index debbcef..9db7441 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ feed2imap-go is present in [nixpkgs](https://github.com/NixOS/nixpkgs/tree/maste Clone the repository and, optionally, switch to the tag you want: ````bash git clone https://github.com/Necoro/feed2imap-go -git checkout v1.6.0 +git checkout v1.7.0 ```` The official way of building feed2imap-go is using [goreleaser](https://github.com/goreleaser/goreleaser): diff --git a/pkg/version/version.go b/pkg/version/version.go index ccf5231..00b208c 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -2,7 +2,7 @@ package version // this is set by the linker during build var ( - version = "1.6.0-post" + version = "1.7.0-post" commit = "" ) -- cgit v1.2.3