diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-16 17:51:44 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-16 17:51:44 +0300 |
| commit | 1b01e35c34b953cbf51298f4650dc3215c382a4f (patch) | |
| tree | d110ee48f9baa382b1906e74f45d42a264351f4c /internal/version.go | |
| parent | 77ff5d250ecc5cc8d4a493f4b98c5b82c6b84283 (diff) | |
feat(logging): add LLM stats (averages and per-minute)v0.0.2
Diffstat (limited to 'internal/version.go')
| -rw-r--r-- | internal/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go index 673db85..e9c3a2b 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,3 +1,3 @@ package internal -const Version = "0.0.1" +const Version = "0.0.2" |
