From 9361b8b3e9e59e60a1d07a1b2fbfc8a259f67555 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Sat, 11 Jan 2020 09:14:32 +1100 Subject: [PATCH] Beta --- 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 05a0545f..1f96b906 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: yq -version: '3.0.0' +version: '3.0.0-beta' summary: A lightweight and portable command-line YAML processor description: | The aim of the project is to be the jq or sed of yaml files. diff --git a/version.go b/version.go index 4d0226b0..588f6f73 100644 --- a/version.go +++ b/version.go @@ -16,7 +16,7 @@ var ( // VersionPrerelease is a pre-release marker for the version. If this is "" (empty string) // then it means that it is a final release. Otherwise, this is a pre-release // such as "dev" (in development), "beta", "rc1", etc. - VersionPrerelease = "" + VersionPrerelease = "beta" ) // ProductName is the name of the product