Skip to content

Commit

Permalink
v0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cshum committed Jul 29, 2022
1 parent 8b0d9c3 commit 04fc1ec
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
Expand Up @@ -40,4 +40,4 @@ git-tag:
git tag "v$(VERSION)"
git push --tags

release: test build docker-tag git-tag docker-latest-tag
release: build docker-tag git-tag docker-latest-tag
2 changes: 1 addition & 1 deletion imagor.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"time"
)

const Version = "0.9.8"
const Version = "0.9.9"

// Loader image loader interface
type Loader interface {
Expand Down

0 comments on commit 04fc1ec

Please sign in to comment.