add index alias delete (#20)

This commit is contained in:
T. von Dein
2026-05-21 14:00:35 +02:00
parent 0870ceb3df
commit 89e2498aad
4 changed files with 48 additions and 12 deletions

View File

@@ -31,10 +31,11 @@ import (
)
const (
Version string = `v0.0.12`
Version string = `v0.0.13`
)
var (
// initialized during build, see Makefile:buildlocal
APIVERSION, GOVERSION, BUILD, COMMIT, BRANCH string
)