From 43e15795045e71bc975cb902b7f29087a5c357b0 Mon Sep 17 00:00:00 2001 From: brawndou <112038567+brawndou@users.noreply.github.com> Date: Tue, 6 Feb 2024 15:22:27 -0800 Subject: [PATCH] Update version.go release of 4.1.11 --- version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.go b/version.go index c881637..850108c 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 = "4.1.10" +const Version = "4.1.11"