Skip to content

Commit 3ee085c

Browse files
committed
Change Version
1 parent 1af0078 commit 3ee085c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ env, err := stream.NewEnvironment(
4949
)
5050
```
5151
or using Builders as:
52-
```
52+
```golang
5353
env, err := stream.NewEnvironment(
5454
stream.NewEnvironmentOptions().
5555
SetHost("localhost").

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5-alpha
1+
0.4-alpha

pkg/stream/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const (
6767
defaultReadSocketBuffer = 4096 * 2
6868

6969
//
70-
ClientVersion = "0.5-alpha"
70+
ClientVersion = "0.4-alpha"
7171
)
7272

7373
func lookErrorCode(errorCode uint16) string {

0 commit comments

Comments
 (0)