Skip to content

Commit

Permalink
bump to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Jan 21, 2024
1 parent 13c2f6a commit 67fcc26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- v1.0.x
- [**BREAK**] Rewritten with new API.
- go 1.21+ needed
- v1.0.1: pre-released for primary structure frozen now.

- v0.5.3
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
For full list, have a see at [CHANGELOG](CHANGELOG).

- v1.0.x
- [**BREAK**] Rewritten with new API.
- go 1.21+ needed
- v1.0.1: pre-released for primary structure frozen now.

- v0.5.x
Expand Down
4 changes: 2 additions & 2 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const (
// AppName const
AppName = "socketlib"
// Version const
Version = "0.5.5"
Version = "1.0.1"
// VersionInt const
VersionInt = 0x000505
VersionInt = 0x010001
)

0 comments on commit 67fcc26

Please sign in to comment.