diff --git a/mojoproject.toml b/mojoproject.toml index 39b6a1a..b171bca 100644 --- a/mojoproject.toml +++ b/mojoproject.toml @@ -4,7 +4,7 @@ channels = ["conda-forge", "https://conda.modular.com/max"] description = "Experiments in porting over Golang stdlib into Mojo." name = "gojo" platforms = ["osx-arm64", "linux-64"] -version = "0.1.12" +version = "0.1.13" license = "MIT" license-file = "LICENSE" homepage = "https://github.com/thatstoasty/gojo"