-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9676212
commit 083bd06
Showing
3 changed files
with
223 additions
and
202 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
const String gitBranchName = ''; | ||
const String gitCommitHash = ''; | ||
const String gitCommitMessage = ''; | ||
const String gitCommitDate = ''; | ||
const String gitOriginUrl = ''; | ||
const String gitBranchName = r'release-0.2.0'; | ||
const String gitCommitHash = r'96762124924907a40f55243a9d9bc9eb283e709c'; | ||
const String gitCommitMessage = r'Update ledger test run'; | ||
const String gitCommitDate = r'2024-03-20'; | ||
const String gitOriginUrl = r'https://github.com/zenon-network/syrius'; |
Oops, something went wrong.