Bump version to v2.4.3

This commit is contained in:
Cecylia Bocovich 2023-01-16 11:55:31 -05:00
parent 086bbb4a63
commit 4895a32fd3
No known key found for this signature in database
GPG key ID: 009DE379FD9B7B90
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
Changes in version v2.4.3 - 2023-01-16
- Fix version number in version.go
Changes in version v2.4.2 - 2023-01-13
- Issue 40208: Enhance help info for capacity flag
- Issue 40232: Update README and fix help output

View file

@ -4,4 +4,4 @@ func GetVersion() string {
return version
}
var version = "2.4.1"
var version = "2.4.3"