Skip to content

Commit 27e487a

Browse files
committed
change branch in build step
1 parent cfba46b commit 27e487a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use last_git_commit::{
66

77
pub fn get_version() -> String {
88

9-
let commit = LastGitCommit::new(None, Some("master")).unwrap().id.short();
9+
let commit = LastGitCommit::new(None, Some("3.0")).unwrap().id.short();
1010
let cargo_version = env!("CARGO_PKG_VERSION");
1111

1212
format!("{}-{}", cargo_version, commit)

0 commit comments

Comments
 (0)