We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01819c1 commit 240a680Copy full SHA for 240a680
version.go
@@ -5,16 +5,16 @@ import (
5
)
6
7
func Version() {
8
- const Version = "v1.3.1"
+ const Version = "v1.4"
9
fmt.Println("Flint Version:", Version)
10
fmt.Println("https://github.com/coderianx/flint")
11
}
12
13
func Info() {
14
15
const License = "MIT"
16
const Author = "Coderian"
17
- const Release_date = "2025/09/01"
+ const Release_date = "2025/09/24"
18
fmt.Println("========== Flint Info ==========")
19
20
fmt.Println("License:", License)
0 commit comments