From 10dd4c67eebed87ea573b6e5f60bc555553ebab7 Mon Sep 17 00:00:00 2001 From: linhai zhu Date: Tue, 6 Dec 2022 14:05:51 -0800 Subject: [PATCH] release version 4.1.4 --- version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.go b/version.go index ceae5d33..ba9cfc3a 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Uber Technologies, Inc. +// Copyright (c) 2022 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.3" +const Version = "4.1.4"