Skip to content

Commit 240a680

Browse files
authored
Update version.go
1 parent 01819c1 commit 240a680

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ import (
55
)
66

77
func Version() {
8-
const Version = "v1.3.1"
8+
const Version = "v1.4"
99
fmt.Println("Flint Version:", Version)
1010
fmt.Println("https://github.com/coderianx/flint")
1111
}
1212

1313
func Info() {
14-
const Version = "v1.3.1"
14+
const Version = "v1.4"
1515
const License = "MIT"
1616
const Author = "Coderian"
17-
const Release_date = "2025/09/01"
17+
const Release_date = "2025/09/24"
1818
fmt.Println("========== Flint Info ==========")
1919
fmt.Println("Flint Version:", Version)
2020
fmt.Println("License:", License)

0 commit comments

Comments
 (0)