bumped app version

This commit is contained in:
Gani Georgiev
2025-05-11 00:10:45 +03:00
parent fbc378067d
commit 0113fecca9
39 changed files with 3505 additions and 3508 deletions

View File

@@ -926,7 +926,6 @@ func createTestDir(t *testing.T) string {
// png
{
file, err := os.OpenFile(filepath.Join(dir, "image.png"), os.O_WRONLY|os.O_CREATE, 0644)
if err != nil {
t.Fatal(err)