Skip to content

Commit 3d9bc29

Browse files
committed
Version: Set released
1 parent 8edcf1f commit 3d9bc29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
const version = "0.2"
1010

1111
// isReleased sets whether or not the current version is released yet
12-
const isReleased = false
12+
const isReleased = true
1313

1414
// Get gets the version in the following order:
1515
// - Gets a release version if it detects it is a release

0 commit comments

Comments
 (0)