Skip to content

Commit

Permalink
bump version to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Glonek committed Oct 12, 2022
1 parent 3de5ba7 commit cf6918c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#### FUTURE
* Add support for exporter on `arm`
* Upgrade Insert/Delete data client libraries to those compatible with `arm`

#### 4.3.1
* update aerospike client libraries to latest versions

#### 4.3.0
* New Features:
Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v4.3.0
v4.3.1
2 changes: 1 addition & 1 deletion src/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package main

var version = "v4.3.0"
var version = "v4.3.1"

var simulateArmInstaller = false

0 comments on commit cf6918c

Please sign in to comment.