diff options
| author | Shulhan <ms@kilabit.info> | 2025-06-27 12:23:31 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-06-27 12:23:31 +0700 |
| commit | e10c28e345cc3857664e2d92c948f95d15279038 (patch) | |
| tree | 1438a25fa93b20fd890c3f8d7e16a5f46a25be38 /jarink.go | |
| parent | 41e53878912e17d22a199435f9cf704ff9c14e2b (diff) | |
| download | jarink-e10c28e345cc3857664e2d92c948f95d15279038.tar.xz | |
cmd/jarink: add "version" command
The version command print the version of the program.
Diffstat (limited to 'jarink.go')
| -rw-r--r-- | jarink.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ import ( _ "embed" ) +// Version of jarink program and module. +var Version = `0.2.0` + // GoEmbedReadme embed the README for showing the usage of program. // //go:embed README |
