Skip to content

Commit

Permalink
Bump nerdctld version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afbjorklund committed Jun 2, 2023
1 parent 2a927c4 commit 57ea02f
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.3.0
VERSION = 0.3.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 @@ -1376,7 +1376,7 @@ func run(cmd *cobra.Command, args []string) error {
}

func version() string {
return "0.3.0"
return "0.3.1"
}

func main() {
Expand Down

0 comments on commit 57ea02f

Please sign in to comment.