Skip to content

Commit

Permalink
Update version.go
Browse files Browse the repository at this point in the history
update version to 3.5.2
  • Loading branch information
brawndou authored Jan 14, 2023
1 parent e307620 commit c5685e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Uber Technologies, Inc.
// Copyright (c) 2023 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
Expand All @@ -21,4 +21,4 @@
package tally

// Version is the current version of the library.
const Version = "3.5.1"
const Version = "3.5.2"

0 comments on commit c5685e3

Please sign in to comment.