diff options
author | Jrnl Bot <bot@jrnl.sh> | 2023-04-29 22:51:01 +0000 |
---|---|---|
committer | Jrnl Bot <bot@jrnl.sh> | 2023-04-29 22:51:01 +0000 |
commit | adeb1accedcd5b4ce4771d1dc5adc0119c1a0ec8 (patch) | |
tree | 9e36cae91f5b7b9e78c85f07a945c394877f6fe2 | |
parent | 95836a7dd1192150ed8fb51d86c94a911dd5c601 (diff) |
Increment version to v4.0-beta3v4.0-beta3
-rw-r--r-- | jrnl/__version__.py | 2 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/jrnl/__version__.py b/jrnl/__version__.py index 61eebd88..6689f558 100644 --- a/jrnl/__version__.py +++ b/jrnl/__version__.py @@ -1 +1 @@ -__version__ = "v4.0-beta2" +__version__ = "v4.0-beta3" diff --git a/pyproject.toml b/pyproject.toml index d521b7e2..5465a181 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jrnl" -version = "v4.0-beta2" +version = "v4.0-beta3" description = "Collect your thoughts and notes without leaving the command line." authors = [ "jrnl contributors <maintainers@jrnl.sh>", |