File: ver.go

package info (click to toggle)
golang-github-evilsocket-islazy 1.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: javascript: 8; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 120 bytes parent folder | download
1
2
3
4
5
6
package version

const (
	// Version is the version of the library (semantic versioning applies).
	Version = "1.11.0"
)