Skip to content

Commit

Permalink
update CHANGELOG and bump version to 6.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
beniwohli committed Jun 30, 2022
1 parent c957309 commit 52412ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticapm/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

__version__ = (6, 10, 0)
__version__ = (6, 10, 1)
VERSION = ".".join(map(str, __version__))

0 comments on commit 52412ca

Please sign in to comment.