We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff4c374 commit f3ab827Copy full SHA for f3ab827
.gitignore
@@ -153,3 +153,4 @@ charon
153
keys/
154
coverage.out
155
cli-reference.txt
156
+changelog.md
app/version/version.go
@@ -16,4 +16,4 @@ package version
16
17
// Version is the release version of the codebase.
18
// Usually overridden by tag names when building binaries.
19
-const Version = "v0.1.0-dirty"
+const Version = "v0.2.0"
0 commit comments