From 549e16b862aa51848baba4227bd754aa6e0ae9e6 Mon Sep 17 00:00:00 2001 From: Mikhail Tavarez Date: Sun, 6 Oct 2024 21:27:38 -0500 Subject: [PATCH] Update mojoproject.toml --- mojoproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"