We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513e06b commit 3c1d483Copy full SHA for 3c1d483
binary.py
@@ -19,7 +19,7 @@
19
from simple_websocket_server import WebSocket
20
from simple_websocket_server import WebSocketServer
21
22
-BUILD_VERSION: str = "v0.1.3"
+BUILD_VERSION: str = "v0.1.4"
23
24
# TEMP_FILEPATH is used to store the port of the currently running server
25
TEMP_FILEPATH: str = os.path.join(tempfile.gettempdir(), "nvim-ghost.nvim.port")
binary_version
@@ -1 +1 @@
1
-v0.1.3
+v0.1.4
0 commit comments