Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit e48c439

Browse files
committed
Release v0.3.0
1 parent f359dc4 commit e48c439

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## UNRELEASED
1+
## 0.3.0 (March 09, 2021)
22

33
__BACKWARDS INCOMPATIBILITIES:__
44
* template: existing Levant functions that share a name with [sprig](https://github.com/Masterminds/sprig) functions have been renamed to include the prefix `levant` such as `levantEnv`.

version/version.go

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

2222
// GetHumanVersion composes the parts of the version in a way that's suitable

0 commit comments

Comments
 (0)