Skip to content

Commit ca320b9

Browse files
authored
Merge pull request #183 from Icinga/release-0.3.0
Release version to 0.3.0
2 parents e67b799 + 32f900e commit ca320b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ import (
77
// Version contains version and Git commit information.
88
//
99
// The placeholders are replaced on `git archive` using the `export-subst` attribute.
10-
var Version = version.Version("0.2.0", "$Format:%(describe)$", "$Format:%H$")
10+
var Version = version.Version("0.3.0", "$Format:%(describe)$", "$Format:%H$")

0 commit comments

Comments
 (0)