Skip to content

Commit

Permalink
checkpointctl: Version 1.2.0
Browse files Browse the repository at this point in the history
Major highlights of this release:

- Added annotations for creating OCI images (#127)
- Added support for list command (#115)
- Added auto-completion files (#118)

Signed-off-by: Radostin Stoyanov <[email protected]>
  • Loading branch information
rst0git committed Jun 10, 2024
1 parent 394ce4e commit 541e4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_MAJOR := 1
VERSION_MINOR := 1
VERSION_MINOR := 2
VERSION_SUBLEVEL := 0
VERSION_EXTRA :=
VERSION := $(VERSION_MAJOR)$(if $(VERSION_MINOR),.$(VERSION_MINOR))$(if $(VERSION_SUBLEVEL),.$(VERSION_SUBLEVEL))$(if $(VERSION_EXTRA),.$(VERSION_EXTRA))

0 comments on commit 541e4f4

Please sign in to comment.