Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
DJ2LS committed May 4, 2023
1 parent 3cfaaec commit 5dbde3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "FreeDATA",
"version": "0.8.1-alpha",
"version": "0.9.0-alpha.1",
"description": "FreeDATA ",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tnc/static.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class TCIParam:

@dataclass
class TNC:
version = "0.9.0-alpha-exp.6"
version = "0.9.0-alpha.1"
host: str = "0.0.0.0"
port: int = 3000
SOCKET_TIMEOUT: int = 1 # seconds
Expand Down

0 comments on commit 5dbde3d

Please sign in to comment.