diff options
| author | Paul Buetow <paul@buetow.org> | 2025-11-25 22:40:51 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-11-25 22:40:51 +0200 |
| commit | 488aeb5506e6b4ce34e88ea29cf01971531eb0b6 (patch) | |
| tree | b5d2df0c0de17f36f4a196abb4645e9cddf0b90d /internal/version.go | |
| parent | 19df58652909a9c58f99b268fa8c9de23a7e3eca (diff) | |
Add calculation steps to output, bump version to v0.1.0v0.1.0
Amp-Thread-ID: https://ampcode.com/threads/T-3883950c-6af3-4944-8596-7a40341c9c58
Co-authored-by: Amp <amp@ampcode.com>
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 3eeaed5..8826dc9 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,3 +1,3 @@ package internal -const Version = "v0.0.1" +const Version = "v0.1.0" |
