From 1f53b58e5d0037d9a33c6f727875f3c34311f712 Mon Sep 17 00:00:00 2001 From: talwat <83217276+talwat@users.noreply.github.com> Date: Wed, 19 Apr 2023 20:07:45 +0200 Subject: [PATCH] chore: bump version --- internal/global/global.go | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/global/global.go b/internal/global/global.go index 91f8eb4..9a58c63 100644 --- a/internal/global/global.go +++ b/internal/global/global.go @@ -3,7 +3,7 @@ package global //nolint:gochecknoglobals var ( - Version = "0.14.4" + Version = "0.15.0" // Global options. diff --git a/version.txt b/version.txt index 9c550b2..7092c7c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.14.4 \ No newline at end of file +0.15.0 \ No newline at end of file