Skip to content

Commit

Permalink
Release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed May 16, 2024
1 parent 35f50e1 commit 7af225d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## v0.1.3
* Upgraded dependencies:
* github.com/golang-jwt/jwt/v4 v4.4.1 => v4.5.0
* github.com/golang/protobuf v1.5.3 => v1.5.4
Expand Down
2 changes: 1 addition & 1 deletion internal/meta/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package meta
const (
VersionMajor = "0"
VersionMinor = "1"
VersionPatch = "2"
VersionPatch = "3"
)

0 comments on commit 7af225d

Please sign in to comment.