1
1
mirror of https://github.com/OJ/gobuster.git synced 2024-09-18 11:01:34 +02:00
gobuster/libgobuster/version.go
Christian Mehlmauer ba619dd1be
3.6
2023-08-14 10:17:02 +02:00

7 lines
98 B
Go

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