Skip to content

Commit 9361b8b

Browse files
committed
Beta
1 parent 24dcb56 commit 9361b8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yq
2-
version: '3.0.0'
2+
version: '3.0.0-beta'
33
summary: A lightweight and portable command-line YAML processor
44
description: |
55
The aim of the project is to be the jq or sed of yaml files.

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var (
1616
// VersionPrerelease is a pre-release marker for the version. If this is "" (empty string)
1717
// then it means that it is a final release. Otherwise, this is a pre-release
1818
// such as "dev" (in development), "beta", "rc1", etc.
19-
VersionPrerelease = ""
19+
VersionPrerelease = "beta"
2020
)
2121

2222
// ProductName is the name of the product

0 commit comments

Comments
 (0)