Skip to content

Commit 096c091

Browse files
committed
checkpointctl: Version 1.4.0
Major highlights of this release: - Add `build` command for OCI images (#156) - Fix to create directories with 700 and not 644 (#154) - Updated dependencies Signed-off-by: Radostin Stoyanov <[email protected]>
1 parent e8f94f4 commit 096c091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION_MAJOR := 1
2-
VERSION_MINOR := 3
2+
VERSION_MINOR := 4
33
VERSION_SUBLEVEL := 0
44
VERSION_EXTRA :=
55
VERSION := $(VERSION_MAJOR)$(if $(VERSION_MINOR),.$(VERSION_MINOR))$(if $(VERSION_SUBLEVEL),.$(VERSION_SUBLEVEL))$(if $(VERSION_EXTRA),.$(VERSION_EXTRA))

0 commit comments

Comments
 (0)