We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24930dd commit 49c6af4Copy full SHA for 49c6af4
1 file changed
daemon/attiny_daemon.py
@@ -18,8 +18,8 @@
18
19
# Version information
20
major = 2
21
-minor = 13
22
-patch = 1
+minor = 14
+patch = 0
23
24
# config file is in the same directory as the script:
25
_configfile_default = str(Path(__file__).parent.absolute()) + "/attiny_daemon.cfg"
0 commit comments