From 8117c6a03f916dfc498d4c4897f60a1a8039e297 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 14:29:42 +0000 Subject: [PATCH] Release RELEASE_VERSION --- snap/snapcraft.yaml | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 0594d3f..99d9d87 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: fx -version: 22.0.0 +version: 22.0.2 summary: Terminal JSON viewer description: Terminal JSON viewer base: core18 diff --git a/version.go b/version.go index 5c8d7c6..a87ff4e 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package main -const version = "22.0.0" +const version = "22.0.2"