-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile changes to update version information
Adding a change to make it easier to update version information in `go`, `YAML`, `Makefile`, and `README` files. Automatically run this when creating a binary or when creating images. The version information is stored in `hack/VERSION`, and should be updated to reflect the new version information at the time of the release.
- Loading branch information
1 parent
bb492ac
commit 18009e6
Showing
2 changed files
with
28 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
OLD_DCGM_VERSION=3.3.5 | ||
OLD_EXPORTER_VERSION=3.4.0 | ||
NEW_DCGM_VERSION=3.3.5 | ||
NEW_EXPORTER_VERSION=3.4.0 |