We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d97e4 commit 53d9ebbCopy full SHA for 53d9ebb
1 file changed
cmd/edgetk/main.go
@@ -1,6 +1,6 @@
1
/*
2
EDGE Toolkit -- Pure Go Command-line Unique Integrated Security Suite
3
- Copyright (C) 2020-2025 Pedro F. Albanese <pedroalbanese@hotmail.com>
+ Copyright (C) 2020-2026 Pedro F. Albanese <pedroalbanese@hotmail.com>
4
5
This program is free software: you can redistribute it and/or modify it
6
under the terms of the ISC License.
@@ -379,7 +379,7 @@ func main() {
379
flag.Parse()
380
381
if *version {
382
- fmt.Println("EDGE Toolkit v1.5.20 22 Feb 2026")
+ fmt.Println("EDGE Toolkit v1.5.20 10 Mar 2026")
383
}
384
385
if len(os.Args) < 2 {
0 commit comments