Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion firmware/include/config/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
* https://github.com/VIPnytt/Frekvens/wiki
*/

#define VERSION "2.5.0"
#define VERSION "2.5.1-dev0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "frekvens"
description = "Toolbox for the Frekvens project."
version = "2.5.0"
version = "2.5.1.dev0"
readme = { file = "README.md", content-type = "text/markdown" }
license = "MIT"
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion scripts/src/config/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION: str = "2.5.0"
VERSION: str = "2.5.1-dev0"
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frekvens",
"version": "2.5.0",
"version": "2.5.1-dev0",
"homepage": "https://github.com/VIPnytt/Frekvens",
"repository": {
"type": "git",
Expand Down
Loading