1
1
Fork 0
mirror of https://github.com/OJ/gobuster.git synced 2024-05-04 22:46:07 +02:00
gobuster/libgobuster/version.go
Christian Mehlmauer b90dd32291
Dev (#362)
2022-10-29 16:34:51 +02:00

7 lines
98 B
Go

package libgobuster
const (
// VERSION contains the current gobuster version
VERSION = "3.3"
)