Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freedomkk-qfeng committed Dec 5, 2023
1 parent 25df951 commit 7b54b38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
*.dll
*.so
*.dylib
*.json
*.csv
*.xlsx

# Test binary, built with `go test -c`
*.test
Expand Down
2 changes: 1 addition & 1 deletion g/const.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package g

const (
VERSION = "0.5.0"
VERSION = "1.0.0"
)

0 comments on commit 7b54b38

Please sign in to comment.