Skip to content

Commit

Permalink
Bump release
Browse files Browse the repository at this point in the history
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
  • Loading branch information
evelikov committed Mar 6, 2024
1 parent 4b4c62f commit 4d466bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
RELEASE_DATE := "24 September 2023"
RELEASE_DATE := "6 March 2024"
RELEASE_MAJOR := 3
RELEASE_MINOR := 0
RELEASE_MICRO := 12
RELEASE_MICRO := 13
RELEASE_NAME := dkms
RELEASE_VERSION := $(RELEASE_MAJOR).$(RELEASE_MINOR).$(RELEASE_MICRO)
RELEASE_STRING := $(RELEASE_NAME)-$(RELEASE_VERSION)
Expand Down

2 comments on commit 4d466bf

@scaronni
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go ahead with the release! 👍

@evelikov
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I think https://github.com/dell/dkms/releases/tag/v3.0.13 looks good. Feel free to edit as applicable.

Please sign in to comment.