diff options
| author | Paul Buetow <paul@buetow.org> | 2025-06-25 22:40:44 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-06-25 22:40:44 +0300 |
| commit | 804ad8450fcfdd0e5e89c239422f3f93002eef41 (patch) | |
| tree | cc19cd96dc6363c20b766ce1462b9c14d5a4570a /internal | |
| parent | 4cc90ab5b92e0723a0cb3132b707a6dc58ae050e (diff) | |
add version
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/version.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/version.go b/internal/version.go new file mode 100644 index 0000000..3fd5dc6 --- /dev/null +++ b/internal/version.go @@ -0,0 +1,3 @@ +package internal + +const Version = "v0.0.0" |
