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 39f0c0f commit 33ca23aCopy full SHA for 33ca23a
version.go
@@ -5,16 +5,16 @@ import (
5
)
6
7
func Version() {
8
- const Version = "v1.2.0"
+ const Version = "v1.3.0"
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 = "CoderianX"
17
- const Release_date = "2025/08/12"
+ const Author = "Coderian"
+ const Release_date = "2025/08/24"
18
fmt.Println("========== Flint Info ==========")
19
20
fmt.Println("License:", License)
0 commit comments