Skip to content

Commit

Permalink
nerdctld version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afbjorklund committed Dec 22, 2023
1 parent 037e695 commit 311388a
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 @@ -5,7 +5,7 @@ PREFIX ?= /usr/local

all: binaries

VERSION = 0.5.0
VERSION = 0.5.1

nerdctld: main.go go.mod
$(GO) build -o $@ $(BUILDFLAGS)
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -1740,7 +1740,7 @@ func run(cmd *cobra.Command, args []string) error {
}

func version() string {
return "0.5.0"
return "0.5.1"
}

func main() {
Expand Down

0 comments on commit 311388a

Please sign in to comment.