summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-10-24 20:14:45 +0300
committerPaul Buetow <paul@buetow.org>2025-10-24 20:14:45 +0300
commitd52cb9a8c3dedc2a5395f181981805f582d5a772 (patch)
tree917f3f9622e4c459978810b4dd99071332dad85c /cmd
parenta78ecb678a204f58b7152d26778cd7af91575ce3 (diff)
increment version after reindexing featurev0.3.0
Diffstat (limited to 'cmd')
-rw-r--r--cmd/yoga/main_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/yoga/main_test.go b/cmd/yoga/main_test.go
index d06ff33..4062b58 100644
--- a/cmd/yoga/main_test.go
+++ b/cmd/yoga/main_test.go
@@ -7,7 +7,7 @@ import (
"path/filepath"
"testing"
- "yoga/internal/app"
+ "codeberg.org/snonux/yoga/internal/app"
)
func TestRunPrintsVersion(t *testing.T) {