update version.
This commit is contained in:
parent
3b5d6b2ec5
commit
2a37c89ce5
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ var (
|
||||||
// Major version when you make incompatible API changes,
|
// Major version when you make incompatible API changes,
|
||||||
major = "2"
|
major = "2"
|
||||||
// Minor version when you add functionality in a backwards-compatible manner, and
|
// Minor version when you add functionality in a backwards-compatible manner, and
|
||||||
minor = "3"
|
minor = "4"
|
||||||
// Patch version when you make backwards-compatible bug fixes.
|
// Patch version when you make backwards-compatible bug fixes.
|
||||||
patch = "0"
|
patch = "0"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue