From 1198ae99848397a9159264051aa898e1f18744ff Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 8 May 2022 13:48:23 +0000 Subject: [PATCH] Release 23.2.0 --- 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 d3b9249..5af8fdd 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: fx -version: 23.1.0 +version: 23.2.0 summary: Terminal JSON viewer description: Terminal JSON viewer base: core18 diff --git a/version.go b/version.go index c668086..0a68285 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package main -const version = "23.1.0" +const version = "23.2.0"