mirror of
https://github.com/mikefarah/yq.git
synced 2024-12-19 20:19:04 +00:00
Beta
This commit is contained in:
parent
24dcb56466
commit
9361b8b3e9
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user