Skip to content

Commit

Permalink
Bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdanko authored and gdanko committed Dec 17, 2024
1 parent ee2697d commit 7de4399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GOPATH := $(shell go env GOPATH)
GOOS := $(shell go env GOOS)
GOARCH := $(shell go env GOARCH)
ENPASS_VERSION := "0.5.3"
ENPASS_VERSION := "0.5.4"

GOOS ?= $(shell uname | tr '[:upper:]' '[:lower:]')
GOARCH ?=$(shell arch)
Expand Down
2 changes: 1 addition & 1 deletion pkg/enpass/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
var (
Major = "0"
Minor = "5"
Patch = "3"
Patch = "4"
Suffix = "dev"
)

Expand Down

0 comments on commit 7de4399

Please sign in to comment.