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

Commit aa628e7

Browse files
committed
Prepare for 0.2.8 development.
1 parent 9362bac commit aa628e7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.2.8 (Unreleased)
2+
13
## 0.2.7 (19 March 2019)
24

35
IMPROVEMENTS:

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ package version
33
import "fmt"
44

55
// Version is the main version number that is being run at the moment.
6-
const Version = "0.2.7"
6+
const Version = "0.2.8"
77

88
// VersionPrerelease is a pre-release marker for the version. If this is ""
99
// (empty string) then it means that it is a final release. Otherwise, this is
1010
// a pre-release such as "dev" (in development), "beta", "rc1", etc.
11-
const VersionPrerelease = ""
11+
const VersionPrerelease = "dev"
1212

1313
// Get returns a human readable version of Levant.
1414
func Get() string {

0 commit comments

Comments
 (0)