Add version line after banner with release date
Added mfer/constants.go with Version and ReleaseDate constants for deterministic builds. Banner now shows "mfer by @sneak: v0.1.0 released 2025-12-17"
This commit is contained in:
6
mfer/constants.go
Normal file
6
mfer/constants.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package mfer
|
||||
|
||||
const (
|
||||
Version = "0.1.0"
|
||||
ReleaseDate = "2025-12-17"
|
||||
)
|
||||
Reference in New Issue
Block a user