Skip to content

Commit f3ab827

Browse files
authored
app/version: release 0.2.0 (#312)
Release version v0.2.0 category: misc ticket: none
1 parent ff4c374 commit f3ab827

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,4 @@ charon
153153
keys/
154154
coverage.out
155155
cli-reference.txt
156+
changelog.md

app/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ package version
1616

1717
// Version is the release version of the codebase.
1818
// Usually overridden by tag names when building binaries.
19-
const Version = "v0.1.0-dirty"
19+
const Version = "v0.2.0"

0 commit comments

Comments
 (0)