Skip to content

Commit

Permalink
Add changelog comment and update web version to patch
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Jan 2, 2024
1 parent adba68d commit 28d5d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
4. [917] - Add additional files to .gitignore
5. [915] - Refactor CI to use pipelines Gitlab feature along with pipelines
6. [927] - Add vim swp files to .gitignore
7. [924] - Fix log messaging format in web server

# v2023.10.23.15.50

Expand Down
2 changes: 1 addition & 1 deletion cmake/Version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set(DATAFED_FOXX_API_PATCH 0)

set(DATAFED_WEB_MAJOR 0)
set(DATAFED_WEB_MINOR 0)
set(DATAFED_WEB_PATCH 1)
set(DATAFED_WEB_PATCH 2)

set(DATAFED_REPO_MAJOR 0)
set(DATAFED_REPO_MINOR 0)
Expand Down

0 comments on commit 28d5d90

Please sign in to comment.