Added b1 to version

This commit is contained in:
2025-02-04 14:16:20 +01:00
parent 308f046d09
commit 06f93bb894
3 changed files with 6 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "TellMe",
"version": "2.0.0",
"version": "2.0.0b1",
"description": "TellMe CLI",
"scripts": {
"dev": "webpack-dev-server --inline --hot"

View File

@@ -39,8 +39,8 @@ def sendmessage(message):
ran = True
__version__ = "2.0.0"
versionstring='TellMe v' + __version__
__version__ = "2.0.0b1"
versionstring='Taurix TellMe v' + __version__
signal.signal(signal.SIGINT, signal_handler)