summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJrnl Bot <bot@jrnl.sh>2023-04-22 20:46:35 +0000
committerJrnl Bot <bot@jrnl.sh>2023-04-22 20:46:35 +0000
commit8d95e0bfe908501e26acfb109b328d15262a64fd (patch)
treee2487b1f686e28654a742ab98812e30042afc21b
parentbd147fa28563c5ae662170f97cd789a669fe1c21 (diff)
Increment version to v4.0-beta2v4.0-beta2
-rw-r--r--jrnl/__version__.py2
-rw-r--r--pyproject.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/jrnl/__version__.py b/jrnl/__version__.py
index 52e6857b..61eebd88 100644
--- a/jrnl/__version__.py
+++ b/jrnl/__version__.py
@@ -1 +1 @@
-__version__ = "v4.0-beta"
+__version__ = "v4.0-beta2"
diff --git a/pyproject.toml b/pyproject.toml
index 5b2d590a..d521b7e2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jrnl"
-version = "v4.0-beta"
+version = "v4.0-beta2"
description = "Collect your thoughts and notes without leaving the command line."
authors = [
"jrnl contributors <maintainers@jrnl.sh>",