Skip to content

Commit

Permalink
release version update in user agent (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
wlewis4321 authored Jul 8, 2024
1 parent 418bbe9 commit 816fce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions secretcache/versionInfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
package secretcache

const (
VersionNumber = "1"
MajorRevisionNumber = "1"
VersionNumber = "2"
MajorRevisionNumber = "0"
MinorRevisionNumber = "2"
BugfixRevisionNumber = "0"
)
Expand Down

0 comments on commit 816fce7

Please sign in to comment.