Skip to content

Commit

Permalink
set right version for this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 authored and mrizzi committed Dec 9, 2024
1 parent 13aa59d commit e8add1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pub struct Version {
macro_rules! version {
() => {
$crate::VersionInformation {
version: String::from("main"),
version: String::from("1.2.1"),
// version: $crate::Version {
// full: env!("CARGO_PKG_VERSION").to_string(),
// major: env!("CARGO_PKG_VERSION_MAJOR").parse().unwrap_or_default(),
Expand Down

0 comments on commit e8add1c

Please sign in to comment.