Skip to content

Commit

Permalink
Fix metadata file
Browse files Browse the repository at this point in the history
  • Loading branch information
KingGorrin committed Mar 24, 2024
1 parent b705ce4 commit deb34ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/utils/metadata.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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';
const String gitBranchName = '';
const String gitCommitHash = '';
const String gitCommitMessage = '';
const String gitCommitDate = '';
const String gitOriginUrl = '';

0 comments on commit deb34ea

Please sign in to comment.