From 16a27ff08cfda4ec780e6dd69e178a2031adbeab Mon Sep 17 00:00:00 2001 From: sukun Date: Tue, 6 Aug 2024 14:14:37 +0530 Subject: [PATCH] Release v0.36.1 --- go.mod | 2 ++ version.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index aab49bc95d..3aa884062e 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,8 @@ go 1.21 retract v0.26.1 // Tag was applied incorrectly due to a bug in the release workflow. +retract v0.36.0 // Accidentally modified the tag. + require ( github.com/benbjohnson/clock v1.3.5 github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c diff --git a/version.json b/version.json index f529c5bc32..63238a6891 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.36.0" + "version": "v0.36.1" }