diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-22 15:14:08 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-22 15:14:08 +0300 |
| commit | aeb772bccd3d29ed5e9d93229af1ea7d158e00d5 (patch) | |
| tree | d45c0c31a73bd62fe97c663011caae5e1cdb2cf6 /internal/version.go | |
| parent | a9c82dc7ec525358c3ff417f32f116f760b92a65 (diff) | |
Reorganize assets and bump version to 0.7.3v0.7.3
- Move totalrecall.desktop, install-icon.sh, and config.yaml.example to assets/ directory
- Update all references in README.md and install-icon.sh
- Add file organization guidelines to AGENTS.md
- Clean up root directory structure
🤖 Generated with [opencode](https://opencode.ai)
Co-Authored-By: opencode <noreply@opencode.ai>
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 a448a34..f4c9657 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,3 +1,3 @@ package internal -const Version = "0.7.2" +const Version = "0.7.3" |
