From 23c7404032d1921268de8d4b88471e6a5fc3ac88 Mon Sep 17 00:00:00 2001 From: talwat <83217276+talwat@users.noreply.github.com> Date: Sat, 27 May 2023 12:07:03 +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 e645f5b..e4e9059 100644 --- a/internal/global/global.go +++ b/internal/global/global.go @@ -3,7 +3,7 @@ package global //nolint:gochecknoglobals var ( - Version = "0.15.0" + Version = "0.16.0" // Global options. diff --git a/version.txt b/version.txt index 7092c7c..d183d4a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.15.0 \ No newline at end of file +0.16.0 \ No newline at end of file