summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJrnl Bot <jrnl.bot@gmail.com>2021-04-20 02:24:47 +0000
committerJrnl Bot <jrnl.bot@gmail.com>2021-04-20 02:24:47 +0000
commita6362a993c35a3facf7ad40618ae14490244f3a1 (patch)
tree88537c4a613647757ee9b00c2786c8dbbb1d84c2
parent4c5d59a5bc09becd5ed81f3f940eec75cd4d3571 (diff)
Increment version to v2.8.1-betav2.8.1-beta
-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 d01f99f3..740e8abc 100644
--- a/jrnl/__version__.py
+++ b/jrnl/__version__.py
@@ -1 +1 @@
-__version__ = "v2.8"
+__version__ = "v2.8.1-beta"
diff --git a/pyproject.toml b/pyproject.toml
index 56773289..8325128b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jrnl"
-version = "v2.8"
+version = "v2.8.1-beta"
description = "Collect your thoughts and notes without leaving the command line."
authors = [
"jrnl contributors <jrnl-sh@googlegroups.com>",