We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1456f47 commit ce3581bCopy full SHA for ce3581b
starlib.go
@@ -21,7 +21,7 @@ import (
21
)
22
23
// Version is the current semver for the entire starlib library
24
-const Version = "0.4.1"
+const Version = "0.4.3"
25
26
// Loader presents the starlib library as a loader
27
func Loader(thread *starlark.Thread, module string) (dict starlark.StringDict, err error) {
0 commit comments