Skip to content

Commit

Permalink
add version variable to top of makefile
Browse files Browse the repository at this point in the history
Signed-off-by: ehearneredhat <[email protected]>
  • Loading branch information
ehearneRedHat committed Aug 22, 2024
1 parent 16e29a4 commit 9f29891
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Use bash as shell
SHELL = /bin/bash

VERSION ?= 0.0.0

# Use vi as default editor
EDITOR ?= vi
Expand Down

0 comments on commit 9f29891

Please sign in to comment.