We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfba46b commit 27e487aCopy full SHA for 27e487a
build/version.rs
@@ -6,7 +6,7 @@ use last_git_commit::{
6
7
pub fn get_version() -> String {
8
9
- let commit = LastGitCommit::new(None, Some("master")).unwrap().id.short();
+ let commit = LastGitCommit::new(None, Some("3.0")).unwrap().id.short();
10
let cargo_version = env!("CARGO_PKG_VERSION");
11
12
format!("{}-{}", cargo_version, commit)
0 commit comments