Skip to content

Commit

Permalink
release: Natter v2.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeWang000000 committed Feb 1, 2024
1 parent a69ec4b commit 6e1c66d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion natter-check/natter-check.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import socket
import struct

__version__ = "2.0.0-dev"
__version__ = "2.0.0-rc2"


def new_socket_reuse(family, type):
Expand Down
2 changes: 1 addition & 1 deletion natter.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import threading
import subprocess

__version__ = "2.0.0-dev"
__version__ = "2.0.0-rc2"


class Logger(object):
Expand Down

0 comments on commit 6e1c66d

Please sign in to comment.