Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
v0.58.0 release (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
ortuman authored Mar 4, 2022
1 parent c82acab commit 46e56eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## jackal - main / unreleased

## 0.58.0 (2022/03/04)

* [FEATURE] Added BoltDB repository type. [#198](https://github.com/ortuman/jackal/pull/212)

## 0.57.0 (2022/02/12)
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

// Version represents application version.
var Version = NewVersion(0, 57, 0)
var Version = NewVersion(0, 58, 0)

// APIVersion represents admin API version.
var APIVersion = NewVersion(1, 0, 0)
Expand Down

0 comments on commit 46e56eb

Please sign in to comment.