diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9e0a6e8..25fb504 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org). ## [Unreleased] +## [4.5.1] 2026-02-10 +### Fixed +- Correct version and merge this time! [!40](https://github.com/Hirlam/obsmon/pull/40) + ## [4.5.0] 2026-02-10 ### Added - Add documentation in markdown using Julia [!31](https://github.com/Hirlam/obsmon/pull/31) diff --git a/src/src_info_obsmon.R b/src/src_info_obsmon.R index 0f06b9e..d03031e 100644 --- a/src/src_info_obsmon.R +++ b/src/src_info_obsmon.R @@ -1,5 +1,5 @@ # obsmonVersion is shown in the GUI and also printed along with the banner -obsmonVersion <- "4.5.0" +obsmonVersion <- "4.5.1" # Having the git info gathered below is useful when providing support to users readGitInfoFromFile <- function(fPath=".obsmon_git_info") {