Skip to content

Commit 53d9ebb

Browse files
v1.5.20
1 parent 43d97e4 commit 53d9ebb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/edgetk/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
EDGE Toolkit -- Pure Go Command-line Unique Integrated Security Suite
3-
Copyright (C) 2020-2025 Pedro F. Albanese <pedroalbanese@hotmail.com>
3+
Copyright (C) 2020-2026 Pedro F. Albanese <pedroalbanese@hotmail.com>
44

55
This program is free software: you can redistribute it and/or modify it
66
under the terms of the ISC License.
@@ -379,7 +379,7 @@ func main() {
379379
flag.Parse()
380380

381381
if *version {
382-
fmt.Println("EDGE Toolkit v1.5.20 22 Feb 2026")
382+
fmt.Println("EDGE Toolkit v1.5.20 10 Mar 2026")
383383
}
384384

385385
if len(os.Args) < 2 {

0 commit comments

Comments
 (0)