From 959d53dbcb16d7fe2c155dbc95669ebe05182158 Mon Sep 17 00:00:00 2001 From: brawndou <112038567+brawndou@users.noreply.github.com> Date: Tue, 30 Jan 2024 13:37:26 -0800 Subject: [PATCH] Update version.go (#245) update version to 3.5.9 --- version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.go b/version.go index 715d8dc..ad2833b 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Uber Technologies, Inc. +// Copyright (c) 2024 Uber Technologies, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -21,4 +21,4 @@ package tally // Version is the current version of the library. -const Version = "3.5.8" +const Version = "3.5.9"