mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +08:00 
			
		
		
		
	feat: include version number in response headers and on application startup (#3045)
This commit is contained in:
		| @ -167,3 +167,13 @@ macro_rules! profile { | ||||
|         env!("CARGO_PROFILE") | ||||
|     }; | ||||
| } | ||||
|  | ||||
| /// The latest git tag. If tags are not present in the repository, the short commit hash is used | ||||
| /// instead. Refer to the [`git describe`](https://git-scm.com/docs/git-describe) documentation for | ||||
| /// more details. | ||||
| #[macro_export] | ||||
| macro_rules! git_tag { | ||||
|     () => { | ||||
|         env!("VERGEN_GIT_DESCRIBE") | ||||
|     }; | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Sanchith Hegde
					Sanchith Hegde