summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJrnl Bot <bot@jrnl.sh>2023-10-31 01:53:15 +0000
committerJrnl Bot <bot@jrnl.sh>2023-10-31 01:53:15 +0000
commitaca0a185b7fda72a742aa2c1cfb31827530e5567 (patch)
tree17ee59d0f9bad996b45e9e206476f59cdf8d22e4
parent14bf9ac55fa512fa69446a8f140204acd7476321 (diff)
Increment version to v4.1-beta2v4.1-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 a28af6ca..2f373a4a 100644
--- a/jrnl/__version__.py
+++ b/jrnl/__version__.py
@@ -1 +1 @@
-__version__ = "v4.1-beta"
+__version__ = "v4.1-beta2"
diff --git a/pyproject.toml b/pyproject.toml
index f471f6b0..b2ad7f24 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jrnl"
-version = "v4.1-beta"
+version = "v4.1-beta2"
description = "Collect your thoughts and notes without leaving the command line."
authors = [
"jrnl contributors <maintainers@jrnl.sh>",