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

Commit 603ede9

Browse files
committed
bump satstack version to 0.19.0
1 parent 6b7d141 commit 603ede9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
var GitCommit string
1010

1111
// Version returns the main version number that is being run at the moment.
12-
const Version = "v0.18.0"
12+
const Version = "v0.19.0"
1313

1414
// Build indicates whether the build was a development or a production build.
1515
var Build string

0 commit comments

Comments
 (0)