-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Code style Fix: Code style Fix: Code style Fix: Code style
- Loading branch information
1 parent
347436f
commit c6eec81
Showing
3 changed files
with
6 additions
and
18 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,9 +1,14 @@ | ||
package utils | ||
|
||
var ( | ||
// MajorVersion is the hardcoded major version of Cerberus. | ||
MajorVersion = 0 | ||
// MinorVersion is the hardcoded minor version of Cerberus. | ||
MinorVersion = 12 | ||
// PatchVersion is the hardcoded patch version of Cerberus. | ||
PatchVersion = 1 | ||
// VersionHash is the commit hash for the built version injected by the linker. | ||
VersionHash = "" | ||
// BuildTime is the build time in RFC3309 format injected by the linker. | ||
BuildTime = "" | ||
) |