Skip to content

Commit

Permalink
Update version.go (#190)
Browse files Browse the repository at this point in the history
Increment version

Changes:
- multiple subscope buckets are now used
  • Loading branch information
brawndou authored Dec 1, 2022
1 parent fdf6dc9 commit 10b471d
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) 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
Expand All @@ -21,4 +21,4 @@
package tally

// Version is the current version of the library.
const Version = "3.5.0-dev"
const Version = "3.5.1"

0 comments on commit 10b471d

Please sign in to comment.