Compare commits

...

2 Commits

Author SHA1 Message Date
yo
b0d006b39b Version bump 2023-08-19 17:13:41 +02:00
yo
f8f60f2e88 rename module 2023-08-19 17:13:13 +02:00
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module glapi
module git.nosd.in/yo/glapi
go 1.18

View File

@ -22,7 +22,7 @@ import (
)
var (
gVersion = "0.5.5"
gVersion = "0.5.6"
gRoLdap *MyLdap
)