Skip to content

Commit

Permalink
chore: version
Browse files Browse the repository at this point in the history
  • Loading branch information
kerimkaan committed May 26, 2024
1 parent b58dfe8 commit 5e4c743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions constants/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package constants

const (
// Version is the current version of the application
VERSION = "0.0.5"
VERSION = "0.0.6"
MAJOR = 0
MINOR = 0
PATCH = 5
PATCH = 6
)

0 comments on commit 5e4c743

Please sign in to comment.