Skip to content

Commit ce3581b

Browse files
authored
fix(version): correct erroneous version indicator (#66)
1 parent 1456f47 commit ce3581b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starlib.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
// Version is the current semver for the entire starlib library
24-
const Version = "0.4.1"
24+
const Version = "0.4.3"
2525

2626
// Loader presents the starlib library as a loader
2727
func Loader(thread *starlark.Thread, module string) (dict starlark.StringDict, err error) {

0 commit comments

Comments
 (0)