Skip to content

Commit

Permalink
version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elesiuta committed Dec 22, 2021
1 parent 8c6199b commit 7201ce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
picosnitch (0.8.0) unstable; urgency=low
picosnitch (0.8.1) unstable; urgency=low

* create deb package, see releases on github for full changes

Expand Down
2 changes: 1 addition & 1 deletion picosnitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
import psutil

# set constants and RLIMIT_NOFILE if configured
VERSION: typing.Final[str] = "0.8.0"
VERSION: typing.Final[str] = "0.8.1"
PAGE_CNT: typing.Final[int] = 8
if sys.platform.startswith("linux") and os.getuid() == 0 and (os.getenv("SUDO_UID") or os.getenv("SUDO_USER")):
if os.getenv("SUDO_USER"):
Expand Down

0 comments on commit 7201ce9

Please sign in to comment.