Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jackaraz committed Aug 18, 2023
1 parent 326f19d commit 66fa736
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/ma5
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ sys.path.insert(0, servicedir)

# Release version
# Do not touch it !!!!!
version = "1.10.10"
date = "2023/05/24"
version = "1.10.11"
date = "2023/08/18"

# Loading the MadAnalysis session
import madanalysis.core.launcher
Expand Down
4 changes: 2 additions & 2 deletions tools/SampleAnalyzer/Commons/Base/Configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ using namespace MA5;
// Initializing static data members
// -----------------------------------------------------------------------------
// DO NOT TOUCH THESE LINES
const std::string Configuration::sampleanalyzer_version_ = "1.10.10";
const std::string Configuration::sampleanalyzer_date_ = "2023/05/24";
const std::string Configuration::sampleanalyzer_version_ = "1.10.11";
const std::string Configuration::sampleanalyzer_date_ = "2023/08/18";
// DO NOT TOUCH THESE LINES

// -----------------------------------------------------------------------------
Expand Down

0 comments on commit 66fa736

Please sign in to comment.