Skip to content

Commit

Permalink
Update toolkit.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikatr7 authored Feb 23, 2024
1 parent e78d3b5 commit de4f2a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/toolkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Toolkit():
"""

CURRENT_VERSION = "v3.1.1"
CURRENT_VERSION = "v3.1.2"
long_sleep_constant = 2
small_sleep_constant = 0.1

Expand Down Expand Up @@ -470,4 +470,4 @@ def __init__(self):
"""

self.message = "User Canceled."
self.message = "User Canceled."

0 comments on commit de4f2a8

Please sign in to comment.