remove tmp files

This commit is contained in:
Pedro Pérez 2025-01-28 22:28:56 +01:00
parent 7e5baa96e8
commit edaf4583a0
3 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -27,4 +27,5 @@ dummy/
htmlcov/
.coverage
.coverage.*
*,cover
*,cover
tmp/

View File

@ -14,7 +14,7 @@ import (
"github.com/zepyrshut/rating-orama/internal/repository"
)
const version = "0.2.0-beta.20250128-22"
const version = "0.2.1-beta.20250128-24"
const appName = "rating-orama"
func init() {

Binary file not shown.