mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
bump version
2.1.40 is another bugfix release; a 2.1.41 beta is expected to follow within a few days
This commit is contained in:
parent
95d9399880
commit
fb6047ca4e
1 changed files with 1 additions and 1 deletions
2
defs.bzl
2
defs.bzl
|
@ -11,7 +11,7 @@ load("@build_bazel_rules_svelte//:defs.bzl", "rules_svelte_dependencies")
|
|||
load("@com_github_ali5h_rules_pip//:defs.bzl", "pip_import")
|
||||
load("//pip/pyqt5:defs.bzl", "install_pyqt5")
|
||||
|
||||
anki_version = "2.1.40"
|
||||
anki_version = "2.1.41"
|
||||
|
||||
def setup_deps():
|
||||
bazel_skylib_workspace()
|
||||
|
|
Loading…
Reference in a new issue