mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 05:38:04 +00:00
Task: Prepare for development
This commit is contained in:
parent
28bcbd321f
commit
9e3f8ebd0a
@ -11,12 +11,12 @@ var (
|
||||
GitDescribe string
|
||||
|
||||
// Version is main version number that is being run at the moment.
|
||||
Version = "1.13.1"
|
||||
Version = "1.14.0"
|
||||
|
||||
// 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 = "dev"
|
||||
)
|
||||
|
||||
// ProductName is the name of the product
|
||||
|
Loading…
Reference in New Issue
Block a user