We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296ac60 commit fc6ad71Copy full SHA for fc6ad71
2 files changed
.gitignore
@@ -170,3 +170,4 @@ tests
170
driver-verify
171
ruff.toml
172
PLANNING.md
173
+*~
usr/share/big-driver-manager/core/constants.py
@@ -13,7 +13,7 @@
13
# Application Metadata
14
APP_NAME = "Big Driver Manager"
15
APP_ID = "br.com.biglinux.drivermanager"
16
-APP_VERSION = "2.0.0"
+APP_VERSION = "2.0.1"
17
APP_AUTHOR = "BigLinux Team"
18
APP_WEBSITE = "https://github.com/communitybig/big-driver-manager"
19
0 commit comments