Skip to content

Commit 33ca23a

Browse files
author
Coderian
authored
Update version.go
1 parent 39f0c0f commit 33ca23a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

version.go

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

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

1313
func Info() {
14-
const Version = "v1.2.0"
14+
const Version = "v1.3.0"
1515
const License = "MIT"
16-
const Author = "CoderianX"
17-
const Release_date = "2025/08/12"
16+
const Author = "Coderian"
17+
const Release_date = "2025/08/24"
1818
fmt.Println("========== Flint Info ==========")
1919
fmt.Println("Flint Version:", Version)
2020
fmt.Println("License:", License)

0 commit comments

Comments
 (0)